xref: /llvm-project/lldb/test/Shell/Driver/TestUseColor.test (revision 6558e04f02858bff61c01c9ec0900849fc8532f5)
1UNSUPPORTED: system-windows
2
3RUN: not %lldb -b -o 'settings set use-color true' -o 'settings show use-color' -o 'bogus' > %t 2>&1
4RUN: cat -v %t | FileCheck %s --check-prefix COLOR
5COLOR: use-color (boolean) = true
6# The [[ confuses FileCheck so regex match it.
7COLOR: {{.+}}0;1;31merror: {{.+}}0m'bogus' is not a valid command
8