Searched refs:TOTAL_TESTS (Results 1 – 1 of 1) sorted by relevance
183 …TOTAL_TESTS=$(tail -n5 sys-test-$TEST_OUTPUT|sed -n -e 's/.* ([0-9]* \/ \([0-9]*\) tests ([0-9]* s…184 FAILED_TESTS=$(($TOTAL_TESTS - $PASSED_TESTS))189 echo "Total exec'd tests : $TOTAL_TESTS"190 echo "Total avail tests : $(($TOTAL_TESTS + $SKIPPED_TESTS))"196 TOTAL_AVAIL=$(($TOTAL_AVAIL + $TOTAL_TESTS + $SKIPPED_TESTS))197 TOTAL_EXED=$(($TOTAL_EXED + $TOTAL_TESTS))