From e5bf39c507a7806f0926a35a81b78b5cc5273c6a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 14 Dec 2022 16:42:16 -0700 Subject: Use require !gdb_debug_enabled This changes some tests to use "require !gdb_debug_enabled". --- gdb/testsuite/gdb.gdb/unittest.exp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/testsuite/gdb.gdb') diff --git a/gdb/testsuite/gdb.gdb/unittest.exp b/gdb/testsuite/gdb.gdb/unittest.exp index c8a6846..ff53285 100644 --- a/gdb/testsuite/gdb.gdb/unittest.exp +++ b/gdb/testsuite/gdb.gdb/unittest.exp @@ -15,10 +15,7 @@ # Do not run if gdb debug is enabled as maintenance output will be # redirected to the log files. -if [gdb_debug_enabled] { - untested "debug is enabled" - return 0 -} +require !gdb_debug_enabled load_lib completion-support.exp -- cgit v1.1