rtems-test-check: Fix to properly process excludes

Closes #2867.
This commit is contained in:
Stavros Passas
2017-01-16 15:41:04 +00:00
committed by Joel Sherrill
parent 1fcdd639ee
commit ac01d2468a

View File

@@ -32,7 +32,11 @@ done
case ${mode} in
exclude)
output=${tests}
if test -f $testdata; then
output=""
else
output="${tests}"
fi
;;
flags)
if [ $test_count != 1 ]; then