8000
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 89862da commit f78280aCopy full SHA for f78280a
azure-pipelines.yml
@@ -112,7 +112,7 @@ stages:
112
python3 -m pip install -r test_requirements.txt && \
113
echo CFLAGS \$CFLAGS && \
114
python3 -m pip install -v . && \
115
- python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
+ gdb --return-child-result --batch --eval-command=run --eval-command=bt --args python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
116
python3 tools/openblas_support.py --check_version"
117
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
118
- task: PublishTestResults@2
0 commit comments