Skip to content

Commit d6e3f80

Browse files
authored
Drop gdb (temporarily)
1 parent 3dd02b8 commit d6e3f80

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

ci/travis/test_script.sh

+3-13
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ if [[ $DELETE_FONT_CACHE == 1 ]]; then
1616
fi
1717

1818
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
19-
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
20-
pytest $PYTEST_ARGS $RUN_PEP8
21-
exit $?
22-
else
23-
gdb -return-child-result -batch \
24-
-ex 'set disable-randomization off' \
25-
-ex r \
26-
-ex bt \
27-
--args python $PYTHON_ARGS -m pytest $PYTEST_ARGS $RUN_PEP8
28-
exit_val=$?
29-
echo "gdb exited with result $exit_val"
30-
exit $exit_val
31-
fi
19+
20+
pytest $PYTEST_ARGS $RUN_PEP8
21+
exit $?

0 commit comments

Comments
 (0)