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