mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
test: Add top-level README and run script
This commit is contained in:
17
test/run.sh
Executable file
17
test/run.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
. $(dirname ${0})/util/lib.sh
|
||||
|
||||
init
|
||||
|
||||
FAILED=0
|
||||
|
||||
for i in t-*; do
|
||||
echo $i ...
|
||||
setsid -w $i/run.sh
|
||||
FAILED=$(( $FAILED + $? ))
|
||||
echo
|
||||
done
|
||||
|
||||
exit $FAILED
|
||||
Reference in New Issue
Block a user