mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
parent
17d2830ace
commit
608b52e9f7
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