Skip to content
Snippets Groups Projects
Unverified Commit 3db39e74 authored by René Fritze's avatar René Fritze
Browse files

[travis] try to re-enable new test safeguard

parent e43cc5b4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} make
# this does nothing if all current tests are distributed already, but triggers full build if not
# -> builder will timeout -> manually run refresh_test_timings -> push results
# ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ninja -v -j 1 refresh_test_timings
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ninja -v -j 1 refresh_test_timings
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ninja -v -j 1 test_binaries_builder_${TESTS}
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ctest -V -j 2 -L "^builder_${TESTS}$"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment