then
echo "S:unit:`date`"
echo "T:unit:1:A"
- echo "I: unit tests"
+ echo "I: unit tests (using atf-run)"
atf-run > atf.out
status=$?
then
echo "S:unit:`date`"
echo "T:unit:1:A"
- echo "I: unit tests"
- kyua --logfile kyua.log test
+ echo "I: unit tests (using kyua)"
+ kyua --logfile kyua.log --loglevel debug test --results-file ${KYUA_RESULT:-NEW}
status=$?
- kyua report
+ kyua report --results-file ${KYUA_RESULT:-LATEST}
if [ $status -eq 0 ]
then