Searched refs:testbin (Results 1 – 2 of 2) sorted by relevance
8 for testbin in $testbins; do9 if test -e ./$testbin; then10 ./$testbin > ./$testbin.out 2>&112 echo "FAIL: $testbin"14 echo "PASS: $testbin"17 echo "SKIP: $testbin"
13 for testbin in $testbins; do14 if test -e ./$testbin; then15 ./$testbin > ./$testbin.out 2>&117 echo "FAIL: $testbin"19 echo "PASS: $testbin"22 echo "SKIP: $testbin"