xref: /llvm-project/lldb/test/Shell/Host/TestSytemLogChannel.test (revision c77b10746160f985625603b1e9c837b44caa5c67)
1RUN: %lldb -o 'log list' -o 'log disable system' 2>&1 | FileCheck %s
2CHECK-NOT: Logging categories for 'system'
3CHECK: Invalid log channel 'system'
4