From ce56d89a2662549acd178292450798f5ffcd4bc6 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 14 Jan 2014 12:01:06 +0100 Subject: tests/: Add t0111-filter.sh This adds basic tests for all types of exec filters. Signed-off-by: Lukas Fleischer --- tests/setup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/setup.sh') diff --git a/tests/setup.sh b/tests/setup.sh index 5476ced..861f48a 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 <