mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
test/setup.sh: Fix script paths
The scripts were moved to aurweb/scripts/ in commit 3718860
(Make
maintenance scripts installable, 2016-10-17). Update the paths in the
test suite accordingly.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
ddbffcc4d5
commit
d987d756b0
1 changed files with 5 additions and 5 deletions
|
@ -11,11 +11,11 @@ export PYTHONPATH
|
||||||
GIT_AUTH="$TOPLEVEL/aurweb/git/auth.py"
|
GIT_AUTH="$TOPLEVEL/aurweb/git/auth.py"
|
||||||
GIT_SERVE="$TOPLEVEL/aurweb/git/serve.py"
|
GIT_SERVE="$TOPLEVEL/aurweb/git/serve.py"
|
||||||
GIT_UPDATE="$TOPLEVEL/aurweb/git/update.py"
|
GIT_UPDATE="$TOPLEVEL/aurweb/git/update.py"
|
||||||
MKPKGLISTS="$TOPLEVEL/scripts/mkpkglists.py"
|
MKPKGLISTS="$TOPLEVEL/aurweb/scripts/mkpkglists.py"
|
||||||
TUVOTEREMINDER="$TOPLEVEL/scripts/tuvotereminder.py"
|
TUVOTEREMINDER="$TOPLEVEL/aurweb/scripts/tuvotereminder.py"
|
||||||
PKGMAINT="$TOPLEVEL/scripts/pkgmaint.py"
|
PKGMAINT="$TOPLEVEL/aurweb/scripts/pkgmaint.py"
|
||||||
AURBLUP="$TOPLEVEL/scripts/aurblup.py"
|
AURBLUP="$TOPLEVEL/aurweb/scripts/aurblup.py"
|
||||||
NOTIFY="$TOPLEVEL/scripts/notify.py"
|
NOTIFY="$TOPLEVEL/aurweb/scripts/notify.py"
|
||||||
|
|
||||||
# Create the configuration file and a dummy notification script.
|
# Create the configuration file and a dummy notification script.
|
||||||
cat >config <<-EOF
|
cat >config <<-EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue