tools/build/rtems-test-check: Support multiple include files

This commit is contained in:
Joel Sherrill
2015-03-19 12:28:36 -05:00
parent 5cd910bf3a
commit 6442d54d5c

View File

@@ -28,7 +28,7 @@ bsp_tests=${tests}
if test -f $testdata; then
disabled_tests=""
while [ ! -z $testdata ];
while [ ! -z "$testdata" ];
do
for td in $testdata;
do