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 29b48e4 commit adda744Copy full SHA for adda744
developer-scripts/travis/test-script.cmake.sh
@@ -47,14 +47,11 @@ for version in ${GCC}; do
47
printf "\nctest flags: %s\n" "${CTEST_FLAGS[*]}"
48
if [[ "${BUILD_TYPE}" =~ Deb ]]; then
49
printf "\nRunning ctest for a debug build...\n\n"
50
- if ! ctest "${CTEST_FLAGS[@]}" > "${BUILD_TYPE}.log" ; then
51
- cat "${BUILD_TYPE}.log"
52
- false
53
- fi
+ export NREPEAT=1
54
else
55
printf "\nRunning ctest for a non-debug build...\n\n"
56
- ctest "${CTEST_FLAGS[@]}"
57
fi
+ ctest "${CTEST_FLAGS[@]}"
58
make install
59
make uninstall
60
)
0 commit comments