diff options
Diffstat (limited to 'tests/tcg/aarch64/gdbstub/test-sve.py')
-rw-r--r-- | tests/tcg/aarch64/gdbstub/test-sve.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tcg/aarch64/gdbstub/test-sve.py b/tests/tcg/aarch64/gdbstub/test-sve.py index ef57c7412c..afd8ece98d 100644 --- a/tests/tcg/aarch64/gdbstub/test-sve.py +++ b/tests/tcg/aarch64/gdbstub/test-sve.py @@ -66,9 +66,6 @@ except (gdb.error, AttributeError): exit(0) try: - # These are not very useful in scripts - gdb.execute("set pagination off") - # Run the actual tests run_test() except: |