blob: afce85aceb9bcf11cc3f671538ef4fdf93daf3f1 [file] [log] [blame] [raw]
#!/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