Match output format to what scripts expect
This commit is contained in:
@@ -35,6 +35,9 @@ shift
|
||||
|
||||
test -d $test || { echo "$0: $test: no such test" >&2; exit 1; }
|
||||
|
||||
echo "S:`date`"
|
||||
echo "T:$test:1:A" >&2
|
||||
|
||||
test -f /var/run/system_test_ifsetup ||
|
||||
{ echo "I:Interfaces not set up. Not trying system tests." >&2;
|
||||
exit 0;
|
||||
@@ -67,4 +70,6 @@ sh stop.sh $test
|
||||
# Cleanup
|
||||
( cd $test ; sh clean.sh )
|
||||
|
||||
echo "E:$test:`date`"
|
||||
|
||||
exit $status
|
||||
|
||||
Reference in New Issue
Block a user