xref: /llvm-project/lldb/test/Shell/Diagnostics/TestCopyLogs.test (revision 9d311dd6a71ba3910554b81fec5e6d5799ce0453)
1*9d311dd6SJonas Devlieghere# RUN: rm -rf %t
2*9d311dd6SJonas Devlieghere# RUN: mkdir -p %t
3*9d311dd6SJonas Devlieghere
4*9d311dd6SJonas Devlieghere# RUN: %lldb -s %S/Inputs/TestCopyLogs.in -o 'logcommands -f %t/commands.log' -o 'diagnostics dump -d %t/diags'
5*9d311dd6SJonas Devlieghere
6*9d311dd6SJonas Devlieghere# RUN: cat %t/diags/commands.log | FileCheck %s
7*9d311dd6SJonas Devlieghere# CHECK: Processing command: diagnostics dump
8