Home | History | Annotate | Download | only in tools

Lines Matching refs:FAILS

38 $FAILS = 0;
148 @fails = `grep "stat=" $LTP_LOGFILE | grep -v "stat=0"`;
149 $num_fail = $#fails + 1;
153 foreach $each (@fails) {
199 if (!open FAILS, ">$FAILS_OUT") { print "Error opening $FAILS_OUT\n"; }
237 if ( $fails[$j] =~ m/^tag=(\w+?) / )
244 if (FAILS) { print FAILS "$test_case\n"; }
263 close(RES); close(FAILS);
266 { print "Can't open $RESULTS_OUT, test failures are:\n @fails\n"; }