4 lines · plain
1RUN: not %lldb -b --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --check-prefix NOCOLOR2NOCOLOR: use-color (boolean) = false3NOCOLOR: error: 'bogus' is not a valid command4 1RUN: not %lldb -b --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --check-prefix NOCOLOR2NOCOLOR: use-color (boolean) = false3NOCOLOR: error: 'bogus' is not a valid command4