aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-source-styling.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-09-15 17:24:26 -0600
committerTom Tromey <tom@tromey.com>2023-09-29 10:55:43 -0600
commit4ebfd53de03599b73838ee339e47652ac26c37c0 (patch)
tree5990de5f860d32aa252dfb7564fbbb56179f737c /gdb/testsuite/gdb.python/py-source-styling.exp
parent2677a57064afd32076b85295bdc11de6e75e7e36 (diff)
downloadbinutils-4ebfd53de03599b73838ee339e47652ac26c37c0.zip
binutils-4ebfd53de03599b73838ee339e47652ac26c37c0.tar.gz
binutils-4ebfd53de03599b73838ee339e47652ac26c37c0.tar.bz2
Support the NO_COLOR environment variable
I ran across this site: https://no-color.org/ ... which lobbies for tools to recognize the NO_COLOR environment variable and disable any terminal styling when it is seen. This patch implements this for gdb. Regression tested on x86-64 Fedora 38. Co-Authored-By: Andrew Burgess <aburgess@redhat.com> Reviewed-by: Kevin Buettner <kevinb@redhat.com> Reviewed-By: Eli Zaretskii <eliz@gnu.org> Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/testsuite/gdb.python/py-source-styling.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-source-styling.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.python/py-source-styling.exp b/gdb/testsuite/gdb.python/py-source-styling.exp
index f92d6f7..d3ae339 100644
--- a/gdb/testsuite/gdb.python/py-source-styling.exp
+++ b/gdb/testsuite/gdb.python/py-source-styling.exp
@@ -20,13 +20,11 @@ load_lib gdb-python.exp
standard_testfile
-save_vars { env(TERM) } {
+with_ansi_styling_terminal {
# We need an ANSI-capable terminal to get the output, additionally
# we need to set LC_ALL so GDB knows the terminal is UTF-8
# capable, otherwise we'll get a UnicodeEncodeError trying to
# encode the output.
- setenv TERM ansi
-
if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {
return -1
}