Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/fs/
H A Dfs-test.sh531 TOTAL_FAIL=$((TOTAL_FAIL + FAIL))
547 TOTAL_FAIL=0
581 TOTAL_FAIL=$((TOTAL_FAIL + FAIL))
590 echo "Total Summary: TOTAL PASS: $TOTAL_PASS TOTAL FAIL: $TOTAL_FAIL"
592 if [ $TOTAL_FAIL -eq 0 ]; then