From 1bf8b25dd7623f6c8eb86088276117545e200246 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 5 Apr 2017 09:43:20 +0200 Subject: rtems-test-check-py: Fix typo --- tools/build/rtems-test-check-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build/rtems-test-check-py') 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] -- cgit v1.2.3