summaryrefslogtreecommitdiffstats
path: root/tools/build/rtems-test-check-py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtools/build/rtems-test-check-py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/rtems-test-check-py b/tools/build/rtems-test-check-py
index e6bf29b7cf..04630d25f7 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]