[RTEMS Project] #2867: Fix exclude rule in rtems-test-check
RTEMS trac
trac at rtems.org
Mon Jan 16 17:08:47 UTC 2017
#2867: Fix exclude rule in rtems-test-check
----------------------------+-------------------
Reporter: stavros.passas | Owner:
Type: defect | Status: new
Priority: low | Milestone: 4.12
Component: tools | Version: 4.12
Severity: minor | Resolution:
Keywords: |
----------------------------+-------------------
Comment (by joel.sherrill):
Thanks. I had reported that a LOT of BSPs failed to complete building all
tests but hadn't tracked it down completely. I am testing this patch.
Does it look OK?
index e02f8e9..218d1f0 100755
--- a/tools/build/rtems-test-check
+++ b/tools/build/rtems-test-check
[joel at rtbf64c rtems]$ git diff tools/
diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index e02f8e9..218d1f0 100755
--- a/tools/build/rtems-test-check
+++ b/tools/build/rtems-test-check
@@ -32,7 +32,7 @@ done
case ${mode} in
exclude)
- output=${tests}
+ output=
;;
flags)
if [ $test_count != 1 ]; then
--
Ticket URL: <http://devel.rtems.org/ticket/2867#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list