rtems-test-check-py: Fix typo

This commit is contained in:
Sebastian Huber
2017-04-05 09:43:20 +02:00
parent 662b301d34
commit 1bf8b25dd7

View File

@@ -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]