| commit | 1cf1bd62c3393cc9942818f43803c11cd842e33b | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Mon Jun 16 15:13:25 2025 +0200 |
| committer | Tom de Vries <tdevries@suse.de> | Mon Jun 16 15:13:25 2025 +0200 |
| tree | 5bff25782124b59b62b8bba462ac0e5132e84f58 | |
| parent | 564624a452d0f6fd6fb87c40ed1d1ef866fd493e [diff] |
[gdb/testsuite] Fix gdb.python/py-source-styling-2.exp with TERM=dumb When running test-case gdb.python/py-source-styling-2.exp with TERM=dumb, I get: ... (gdb) set style enabled on^M warning: The current terminal doesn't support styling. \ Styled output might not appear as expected.^M (gdb) FAIL: $exp: set style enabled on ... Fix this by using with_ansi_styling_terminal on clean_restart. Tested on x86_64-linux.