mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 04:46:27 +08:00
Do not run interactive netshell01 test
This commit is contained in:
@@ -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'])
|
||||
|
Reference in New Issue
Block a user