mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:19:59 -04:00
parent
53a5bb949e
commit
c473f17b79
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ export PATH
|
|||
status=0
|
||||
if [ -n "@ATFBIN@" -a -f Atffile ]
|
||||
then
|
||||
echo "S:unit:`date`"
|
||||
echo "T:unit:1:A"
|
||||
echo "I: unit tests"
|
||||
atf-run > atf.out
|
||||
status=$?
|
||||
|
|
@ -20,5 +22,6 @@ then
|
|||
else
|
||||
echo R:FAIL
|
||||
fi
|
||||
echo "E:unit:`date`"
|
||||
fi
|
||||
exit $status
|
||||
|
|
|
|||
Loading…
Reference in a new issue