[rtems-libbsd commit] Do not run interactive netshell01 test

Sebastian Huber sebh at rtems.org
Thu Oct 10 07:13:10 UTC 2013


Module:    rtems-libbsd
Branch:    master
Commit:    58c4fda80006e37824f3562aff251a74d3660b6c
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=58c4fda80006e37824f3562aff251a74d3660b6c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct  9 14:27:56 2013 +0200

Do not run interactive netshell01 test

---

 Makefile            |    1 -
 freebsd-to-rtems.py |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0aee1d0..10b335a 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 6d4668d..db43581 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'])




More information about the vc mailing list