Home
last modified time | relevance | path

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

/third_party/ltp/testcases/lib/
Dtst_test.sh12 export TST_BROK=0
62 if [ $TST_BROK -gt 0 ]; then
74 if [ $TST_BROK -gt 0 -o $TST_FAIL -gt 0 -o $TST_WARN -gt 0 ]; then
82 echo "broken $TST_BROK"
94 TBROK) TST_BROK=$((TST_BROK+1));;