We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd37be commit 2da64e4Copy full SHA for 2da64e4
.ci/travis/macos/script.sh
@@ -35,7 +35,7 @@ gtimeout ${TIMEOUT}s ctest -V -E "$(cat ${DIR}/blacklist.txt | gsed -r '/^(#.*?)
35
36
rv=$?
37
38
-if [ $? -eq 124 ] ; then
+if [ $rv -eq 124 ] ; then
39
echo '\033[0;33mBuild and test timeout. Please restart the build for useful results.\033[0m'
40
fi
41
0 commit comments