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 2233a8c commit 364f7eeCopy full SHA for 364f7ee
conda-recipe/run_test.sh
@@ -37,4 +37,12 @@ set -e
37
38
$PYTHON -c "import dpnp; print(dpnp.__version__)"
39
$PYTHON -m dpctl -f
40
+
41
+uname -r
42
+echo "Running gdb command"
43
+gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex thread apply all bt full --args "$PYTHON" -m pytest -ra --pyargs dpnp.tests.test_random
44
+echo "End gdb command"
45
+$PYTHON -m pytest -sv --pyargs dpnp.tests.test_random
46
+echo "End short tests scope"
47
48
$PYTHON -m pytest -ra --pyargs dpnp
0 commit comments