From: Tom de Vries Date: Sat, 29 Apr 2023 05:00:34 +0000 (+0200) Subject: [gdb/testsuite] Fix gdb.tui/main.exp without TUI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b05f1083a4e18e5141ddce7551b79d07d9b272d;p=binutils-gdb.git [gdb/testsuite] Fix gdb.tui/main.exp without TUI With a build with --disable-tui, we get: ... (gdb) PASS: gdb.tui/main.exp: set interactive-mode off maint set tui-left-margin-verbose on^M Undefined maintenance set command: "tui-left-margin-verbose on". \ Try "help maintenance set".^M (gdb) FAIL: gdb.tui/main.exp: maint set tui-left-margin-verbose on ... Fix this by adding the missing "require allow_tui_tests". Tested on x86_64-linux. --- diff --git a/gdb/testsuite/gdb.tui/main.exp b/gdb/testsuite/gdb.tui/main.exp index 9cd3ce8a96d..8664206e30b 100644 --- a/gdb/testsuite/gdb.tui/main.exp +++ b/gdb/testsuite/gdb.tui/main.exp @@ -15,6 +15,8 @@ # Test that "file" shows "main". +require allow_tui_tests + tuiterm_env standard_testfile tui-layout.c