[RTEMS Project] #2867: Fix exclude rule in rtems-test-check

RTEMS trac trac at rtems.org
Mon Jan 16 15:37:30 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           |   Keywords:
----------------------------+------------------
 rtems-test-check is responsible of checking the testsuite configuration of
 a given BSP and adapt it based on a given "command". Currently for the
 "exclude" command, we never exclude anything, the output of the script is
 always the whole list of the input tests.

 This happens because the script always starts with output = $tests and
 appends on the list the tests that are not excluded, so the output is
 always all the tests.

--
Ticket URL: <http://devel.rtems.org/ticket/2867>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list