mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 06:35:36 +08:00
rtems-test-check-py: Fix typo
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user