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.
2 parents 29738aa + 3311b6f commit 99b9208Copy full SHA for 99b9208
.travis.scripts/debug-core.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
+if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
4
# https://www.ics.uci.edu/~pattis/common/handouts/macmingweclipse/allexperimental/mac-gdb-install.html
5
echo "Cannot debug core files on macOS: ${1}"
6
exit 1
0 commit comments