testsuite: Disable some tests when logging
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / signal-while-stepping-over-bp-other-thread.exp
index 7043a7a9f9f5158d3a1ad6fa15de0a5eeedc7904..9fb3762934c9c1cff0f3e5a23fa67eb554623820 100644 (file)
 # stop, when the thread that hit that breakpoint is not the stepped
 # thread.
 
+# 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] {
+    continue
+}
+
 standard_testfile
 set executable ${testfile}
 
This page took 0.024968 seconds and 4 git commands to generate.