[LTP] [Automated-testing] [PATCH v2 01/30] Introduce a concept of max runtime
Petr Vorel
pvorel@suse.cz
Tue May 3 23:10:15 CEST 2022
Hi Cyril,
...
> doc/user-guide.txt | 4 +
> include/tst_test.h | 27 ++++
> lib/newlib_tests/.gitignore | 5 +-
> lib/newlib_tests/test10.c | 22 ---
> lib/newlib_tests/test12.c | 21 ---
FYI test12 is run in CI, need to be removed from runtest.sh.
Kind regards,
Petr
+++ lib/newlib_tests/runtest.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (c) 2021 Petr Vorel <pvorel@suse.cz>
-LTP_C_API_TESTS="${LTP_C_API_TESTS:-test05 test07 test09 test12 test15 test18
+LTP_C_API_TESTS="${LTP_C_API_TESTS:-test05 test07 test09 test15 test18
tst_needs_cmds01 tst_needs_cmds02 tst_needs_cmds03 tst_needs_cmds06
tst_needs_cmds07 tst_bool_expr test_exec test_timer tst_res_hexd tst_strstatus
tst_fuzzy_sync03 test_zero_hugepage.sh test_kconfig.sh
More information about the ltp
mailing list