8000 Debug. · matplotlib/matplotlib@0131b53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0131b53

Browse files
committed
Debug.
1 parent a42976c commit 0131b53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/travis/test_script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
2121
exit $?
2222
else
2323
gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8
24-
exit $?
24+
exit_val=$?
25+
echo "gdb exited with result $exit_val"
26+
exit $exit_val
2527
fi

0 commit comments

Comments
 (0)
0