[rtems commit] rtems-test-check-py: Fix typo

Sebastian Huber sebh at rtems.org
Wed Apr 5 07:43:44 UTC 2017


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr  5 09:43:20 2017 +0200

rtems-test-check-py: Fix typo

---

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

diff --git a/tools/build/rtems-test-check-py b/tools/build/rtems-test-check-py
index e6bf29b..04630d2 100755
--- a/tools/build/rtems-test-check-py
+++ b/tools/build/rtems-test-check-py
@@ -91,7 +91,7 @@ for tc in range(0, len(testconfig)):
         state = ls[0]
         test = ls[1]
         if state == 'include':
-            testconfig.insert(td, test)
+            testconfig.insert(tc, test)
         elif state in states:
             if state not in testdata:
                 testdata[state] = [test]



More information about the vc mailing list