10000
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 3435c8b + 142cfdc commit 3302ea6Copy full SHA for 3302ea6
.travis.yml
@@ -100,7 +100,7 @@ script:
100
- |
101
if [[ $BUILD_DOCS == false ]]; then
102
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
103
- gdb -return-child-result -batch -ex r -ex bt --args python tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
+ gdb -return-child-result -batch -ex r -ex bt --args python tests.py --processes=$NPROC --process-timeout=300 $TEST_ARGS
104
else
105
cd doc
106
python make.py html --small --warningsaserrors
0 commit comments