aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-all
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-02-24 23:09:14 +0100
committerGuilhem Moulin <guilhem@fripost.org>2022-02-25 00:06:21 +0100
commit76a005507f284e874eb5a3e4e315bb324fb2a095 (patch)
treebdba78ab0091dddca38272fb3a486d1aaae6152d /tests/run-all
parent404505bdf9a152ed9e0911027500b58d2c7ce72c (diff)
Split interimap and pullimap test suites.
Diffstat (limited to 'tests/run-all')
-rwxr-xr-xtests/run-all3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run-all b/tests/run-all
index d13f689..79e62d1 100755
--- a/tests/run-all
+++ b/tests/run-all
@@ -24,6 +24,7 @@ export PATH
BASEDIR="$(dirname -- "$0")"
RUN="$BASEDIR/run"
+list="$1"
failed=0
@@ -54,7 +55,7 @@ while IFS="" read -r x; do
fi
INDENT="$indent" "$RUN" "$t" ${desc+"$desc"} || failed=$(( failed+1 ))
-done <"$BASEDIR/list"
+done <"$BASEDIR/$list"
if [ $failed -eq 0 ]; then
printf "All tests passed.\\n"