revert scripts

This commit is contained in:
Michael Melesse
2022-11-01 14:22:33 +00:00
parent 4fb9d4904e
commit 7ec29a7453
2 changed files with 3 additions and 3 deletions

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_dot[none-False-float16]"' \
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_bin_op[int32-uint32-+]"' \
-ex "backtrace" \
-ex "set confirm off" \
-ex "q" \