mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add tests for tuvotereminder
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
a48f8ccb13
commit
cd2d90612b
2 changed files with 29 additions and 1 deletions
|
@ -12,6 +12,7 @@ GIT_AUTH="$TOPLEVEL/git-interface/git-auth.py"
|
|||
GIT_SERVE="$TOPLEVEL/git-interface/git-serve.py"
|
||||
GIT_UPDATE="$TOPLEVEL/git-interface/git-update.py"
|
||||
MKPKGLISTS="$TOPLEVEL/scripts/mkpkglists.py"
|
||||
TUVOTEREMINDER="$TOPLEVEL/scripts/tuvotereminder.py"
|
||||
|
||||
# Create the configuration file and a dummy notification script.
|
||||
cat >config <<-EOF
|
||||
|
@ -47,8 +48,9 @@ packagesfile = packages.gz
|
|||
pkgbasefile = pkgbase.gz
|
||||
EOF
|
||||
|
||||
cat >notify.sh <<-EOF
|
||||
cat >notify.sh <<-\EOF
|
||||
#!/bin/sh
|
||||
echo $* >>notify.out
|
||||
EOF
|
||||
chmod +x notify.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue