testsuite: Disable some tests when logging
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / osabi.exp
index 50146311f7ef920b450d783dd931a4c5123b8fdc..f4418cac656df70ef6fd9b0b01ae7cf53c901cb8 100644 (file)
 
 # This file is part of the gdb testsuite.
 
+# Test relies on checking gdb debug output. Do not run if gdb debug is
+# enabled as any debug will be redirected to the log.
+if [gdb_debug_enabled] {
+    untested "debug is enabled"
+    return 0
+}
+
 # Test that choosing "set osabi none" really requests a gdbarch with no osabi.
 
 proc test_set_osabi_none { } {
This page took 0.027722 seconds and 4 git commands to generate.