From a48f8ccb131b059e6878efc647a8ebd5f887d7a7 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 21 Sep 2016 08:36:50 +0200 Subject: Add tests for mkpkglists Signed-off-by: Lukas Fleischer --- test/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/setup.sh') diff --git a/test/setup.sh b/test/setup.sh index 232b14dc..85faba03 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -11,6 +11,7 @@ export PYTHONPATH 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" # Create the configuration file and a dummy notification script. cat >config <<-EOF @@ -40,6 +41,10 @@ ssh-cmdline = ssh aur@aur.archlinux.org [update] max-blob-size = 256000 + +[mkpkglists] +packagesfile = packages.gz +pkgbasefile = pkgbase.gz EOF cat >notify.sh <<-EOF -- cgit v1.2.3-24-g4f1b