mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 10:40:56 -04:00
Formatting change of output data so it will work with WPK's b9status.pl
script
This commit is contained in:
parent
1e43538d55
commit
ce745b87f2
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue