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

Joel Sherril joel at rtems.org
Tue Mar 24 13:18:11 UTC 2015


Module:    rtems
Branch:    master
Commit:    6442d54d5c58b959ba486b2608c6bc668a213a61
Changeset: http://git.rtems.org/rtems/commit/?id=6442d54d5c58b959ba486b2608c6bc668a213a61

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Mar 19 12:28:36 2015 -0500

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

---

 tools/build/rtems-test-check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index 3a485c7..2411dd1 100755
--- a/tools/build/rtems-test-check
+++ b/tools/build/rtems-test-check
@@ -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



More information about the vc mailing list