Home | History | Annotate | Download | only in test

Lines Matching refs:PASS

31 PASS=0
39 pass=0
49 pass=$(($pass + 1))
62 pass=$(($pass + 1))
80 if [ $pass -gt 0 ]
82 echo "passed $pass tests in `pwd`"
88 if [ $fail -eq 0 -a $pass -eq 0 ]
95 PASS=$(($PASS + $pass))
122 echo "number of tests passed : $PASS"
124 echo "total number of tests : $(($FAIL+$PASS))"