From 58c4fda80006e37824f3562aff251a74d3660b6c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 9 Oct 2013 14:27:56 +0200 Subject: [PATCH] Do not run interactive netshell01 test --- Makefile | 1 - freebsd-to-rtems.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0aee1d06..10b335a0 100644 --- a/Makefile +++ b/Makefile @@ -820,7 +820,6 @@ $(TEST_NETSHELL01): $(TEST_NETSHELL01_O_FILES) $(LIB) TESTS += $(TEST_NETSHELL01) O_FILES += $(TEST_NETSHELL01_O_FILES) D_FILES += $(TEST_NETSHELL01_D_FILES) -RUN_TESTS += $(TEST_NETSHELL01) TEST_SWI01 = testsuite/swi01/swi01.exe TEST_SWI01_O_FILES = diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py index 6d4668d1..db43581a 100755 --- a/freebsd-to-rtems.py +++ b/freebsd-to-rtems.py @@ -2359,7 +2359,7 @@ in_cksum.addCPUDependentSourceFiles( tests = Module('tests') tests.addTest('usb01', ['init', 'test-file-system'], False) 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('timeout01', ['init', 'timeout_test', 'timeout_helper']) tests.addTest('init01', ['test_main'])