Skip to content

Commit a6899c5

Browse files
committed
Fail fast on nvmath tests and use native traceback while debuging
1 parent e23de8d commit a6899c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_thirdparty_nvmath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pushd tests
4848
# Required for nvmath-python to locate pip-install MathDx
4949
export SYS_PREFIX=`python -c "import sys; print(sys.prefix)"`
5050
export MATHDX_HOME=${SYS_PREFIX}/lib/python3.13/site-packages/nvidia/mathdx
51-
python -m pytest nvmath_tests/device
51+
python -m pytest nvmath_tests/device --tb=native -x
5252

5353
popd
5454
popd

0 commit comments

Comments
 (0)