fixed tunit to reset all counters when tunit_header is called, like junit.{

This commit is contained in:
2012-12-19 23:06:39 -05:00
parent a80407c637
commit d86cd8e293

View File

@@ -36,6 +36,11 @@ function tunit_header()
EOF
return 1
fi
TUNIT_FAILURES=0
TUNIT_ERRORS=0
TUNIT_TESTS=0
TUNIT_TIMERSTART=$(date "+%s")
return 0
}
function tunit_footer()