save changes

This commit is contained in:
Michael Melesse
2022-10-31 19:11:58 +00:00
parent d024f0cfb8
commit 277b712284
2 changed files with 7 additions and 7 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"' \
-ex 'run -m pytest --capture=tee-sys --verbose "python/test/unit/language/test_core.py::test_dot[none-False-float16]"' \
-ex "backtrace" \
-ex "set confirm off" \
-ex "q" \