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

[ci] debug script execution

parent 0f0166e5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
# Felix Schindler (2017)
# Rene Milk (2016 - 2017)
set -e
set -ex
WAIT="${SUPERDIR}/scripts/bash/travis_wait_new.bash 45"
source ${SUPERDIR}/scripts/bash/retry_command.bash
......@@ -22,6 +22,8 @@ ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} make
# -> builder will timeout -> manually run refresh_test_timings -> push results
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ninja -v -j 1 refresh_test_timings
free -h
if [ x"${TESTS}" == x ] ; then
${WAIT} ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ninja -v test_binaries
${WAIT} ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ctest -V -j 2
......
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