Searched refs:TOTAL_FAIL (Results 1 - 1 of 1) sorted by relevance

/u-boot/test/fs/
H A Dfs-test.sh557 TOTAL_FAIL=$((TOTAL_FAIL + FAIL))
572 # Track TOTAL_FAIL and TOTAL_PASS
573 TOTAL_FAIL=0
610 TOTAL_FAIL=$((TOTAL_FAIL + FAIL))
619 echo "Total Summary: TOTAL PASS: $TOTAL_PASS TOTAL FAIL: $TOTAL_FAIL"
621 if [ $TOTAL_FAIL -eq 0 ]; then

Completed in 92 milliseconds