Formatting change of output data so it will work with WPK's b9status.pl

script
This commit is contained in:
Michael Sawyer 2000-06-13 21:17:00 +00:00
parent 1e43538d55
commit ce745b87f2

View file

@ -35,7 +35,7 @@ shift
test -d $test || { echo "$0: $test: no such test" >&2; exit 1; }
echo "S:`date`" >&2
echo "S:$test:`date`" >&2
echo "T:$test:1:A" >&2
# Irix does not have /var/run
@ -51,6 +51,7 @@ if [ x$PERL = x ]
then
echo "I:Perl not available. Not trying system tests." >&2
echo "R:UNTESTED" >&2
echo "E:$test:`date`" >&2
exit 0;
fi