X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1b1974c45e5e23e5527aa43c4d9ece423a13dfdc..caf557a2ba666ad87a1ebd5b40750feaf1bd631f:/tests/setup.sh?ds=inline diff --git a/tests/setup.sh b/tests/setup.sh index 5476ced..12c97f5 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -58,6 +58,8 @@ else PATH="$(pwd)/../..:$PATH" fi +FILTER_DIRECTORY=$(cd ../filters && pwd) + mkrepo() { name=$1 count=$2 @@ -90,6 +92,7 @@ setup_repos() mkrepo repos/bar 50 >/dev/null mkrepo repos/foo+bar 10 testplus >/dev/null mkrepo "repos/with space" 2 >/dev/null + mkrepo repos/filter 5 testplus >/dev/null cat >cgitrc <