add rudimentary test harness, turn example-configuration into a test
This commit is contained in:
7
run-tests.sh
Executable file
7
run-tests.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export TMPDIR=${TMPDIR-/tmp}
|
||||
for i in tests/*/run.sh; do
|
||||
echo $i
|
||||
$i
|
||||
done
|
Reference in New Issue
Block a user