Do not run interactive netshell01 test

This commit is contained in:
Sebastian Huber 2013-10-09 14:27:56 +02:00
parent a9f141a221
commit 58c4fda800
2 changed files with 1 additions and 2 deletions

View File

@ -820,7 +820,6 @@ $(TEST_NETSHELL01): $(TEST_NETSHELL01_O_FILES) $(LIB)
TESTS += $(TEST_NETSHELL01) TESTS += $(TEST_NETSHELL01)
O_FILES += $(TEST_NETSHELL01_O_FILES) O_FILES += $(TEST_NETSHELL01_O_FILES)
D_FILES += $(TEST_NETSHELL01_D_FILES) D_FILES += $(TEST_NETSHELL01_D_FILES)
RUN_TESTS += $(TEST_NETSHELL01)
TEST_SWI01 = testsuite/swi01/swi01.exe TEST_SWI01 = testsuite/swi01/swi01.exe
TEST_SWI01_O_FILES = TEST_SWI01_O_FILES =

View File

@ -2359,7 +2359,7 @@ in_cksum.addCPUDependentSourceFiles(
tests = Module('tests') tests = Module('tests')
tests.addTest('usb01', ['init', 'test-file-system'], False) tests.addTest('usb01', ['init', 'test-file-system'], False)
tests.addTest('loopback01', ['test_main']) tests.addTest('loopback01', ['test_main'])
tests.addTest('netshell01', ['test_main', 'shellconfig', 'ns_parser_vars']) tests.addTest('netshell01', ['test_main', 'shellconfig', 'ns_parser_vars'], False)
tests.addTest('swi01', ['init', 'swi_test']) tests.addTest('swi01', ['init', 'swi_test'])
tests.addTest('timeout01', ['init', 'timeout_test', 'timeout_helper']) tests.addTest('timeout01', ['init', 'timeout_test', 'timeout_helper'])
tests.addTest('init01', ['test_main']) tests.addTest('init01', ['test_main'])