summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-22.sh
blob: afce85aceb9bcf11cc3f671538ef4fdf93daf3f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -x
set -e

>/failed

for t in ${0%.sh}.*.sh; do
    echo "Running $t"; ./$t
done

touch /testok
rm /failed