update batcktrace

This commit is contained in:
Michael Melesse
2022-10-21 19:56:19 +00:00
parent 8785793445
commit 6a31c43774

View File

@@ -7,7 +7,7 @@ sudo apt install gdb -y
gdb -ex "set pagination off" \
-ex "file python" \
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_program_id[float16]"' \
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_empty_kernel[float32]"' \
-ex "backtrace" \
-ex "set confirm off" \
-ex "q" \