Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

30 FAIL=0
38 fail=0
40 if (ls *.fail.cpp > /dev/null 2>&1)
42 for FILE in $(ls *.fail.cpp); do
47 fail=$(($fail + 1))
65 fail=$(($fail + 1))
70 fail=$(($fail + 1))
75 if [ $fail -gt 0 ]
77 echo "failed $fail tests in `pwd`"
83 if [ $fail -eq 0 ]
88 if [ $fail -eq 0 -a $pass -eq 0 ]
94 FAIL=$(($FAIL + $fail))
121 echo "number of tests failed : $FAIL"
124 echo "total number of tests : $(($FAIL+$PASS))"
127 exit $FAIL