Thanks to visit codestin.com Credit goes to github.com
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 a42976c commit 0131b53Copy full SHA for 0131b53
1 file changed
ci/travis/test_script.sh
@@ -21,5 +21,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
21
exit $?
22
else
23
gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8
24
- exit $?
+ exit_val=$?
25
+ echo "gdb exited with result $exit_val"
26
+ exit $exit_val
27
fi
0 commit comments