summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-09-05 17:42:27 -0500
committerChris Johns <chrisj@rtems.org>2016-09-06 10:31:16 +1000
commit85910040d8bc7b2031656372042cf993caa90a86 (patch)
tree4bc105f890b1aea92509c19d10e1961fa24e2a8f /tools
parentAdd autotools generated files (diff)
downloadrtems-85910040d8bc7b2031656372042cf993caa90a86.tar.bz2
Backport capability to exclude tests from building
Backported build infrastructure and .tcfg files from master.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/rtems-test-check3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index 3a485c7dc8..3f53a96cd7 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
@@ -73,4 +73,3 @@ fi
echo ${bsp_tests}
exit 0
-