add S: T: and E: log lines

(cherry picked from commit 1cb514f56a)
This commit is contained in:
Mark Andrews 2015-09-24 07:43:11 +10:00
parent 53a5bb949e
commit c473f17b79

View file

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