We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad0ac8 commit ba5f114Copy full SHA for ba5f114
.ci/travis/linux/script.sh
@@ -29,7 +29,9 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
29
30
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
31
32
+pushd build
33
$CTEST_BUILD_COMMAND
34
+popd
35
36
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py \
37
xvfb-run ctest -V -E "$(cat ${DIR}/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S ${DIR}/../travis.ctest --output-on-failure
0 commit comments