1*87aa9c9eSJonas Devlieghere# RUN: %lldb -x -b -s %s | FileCheck %s 2*87aa9c9eSJonas Devliegheresettings show use-color 3*87aa9c9eSJonas Devlieghereq 4*87aa9c9eSJonas Devlieghere# This tests that LLDB turns off use-color if the output file is not an 5*87aa9c9eSJonas Devlieghere# interactive terminal. In this example, use-color should be off because LLDB 6*87aa9c9eSJonas Devlieghere# is run just by the non-interactive lit test runner. 7*87aa9c9eSJonas Devlieghere# CHECK: use-color (boolean) = false 8