diff options
author | Tom de Vries <tdevries@suse.de> | 2025-08-04 20:49:04 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-08-04 20:49:04 +0200 |
commit | a53192ade999c939f495b9654a04ba4583018815 (patch) | |
tree | 7d5bc9b51831e8fcb09dc95d74f98c5c97521806 /gdb/python/py-xmethods.c | |
parent | 1b34c1e50db8536d54c039d8251359571a753d63 (diff) | |
download | gdb-a53192ade999c939f495b9654a04ba4583018815.zip gdb-a53192ade999c939f495b9654a04ba4583018815.tar.gz gdb-a53192ade999c939f495b9654a04ba4583018815.tar.bz2 |
[gdb/testsuite] Fix gdb.base/style.exp on freebsd
On x86_64-freebsd, with test-case gdb.base/style.exp I run into:
...
(gdb) print $_colorsupport
[36;49;22;27m$1[m = "monochrome"
(gdb) FAIL: $exp: colorsupport_8color: color support is 8 color
...
Fix this by applying the same fix as for tuiterm: use TERM=ansiw instead of
TERM=ansi for bsd, getting us instead:
...
(gdb) print $_colorsupport
[36;49;22;27m$1[m = "monochrome,ansi_8color"
(gdb) PASS: $exp: colorsupport_8color: color support is 8 color
...
Tested on x86_64-freebsd.
Diffstat (limited to 'gdb/python/py-xmethods.c')
0 files changed, 0 insertions, 0 deletions