Match output format to what scripts expect

This commit is contained in:
Michael Sawyer
2000-06-12 20:32:47 +00:00
parent 8a99c43727
commit e6e0dadd30
9 changed files with 28 additions and 27 deletions

View File

@@ -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