brintos

brintos / llvm-project-archived public Read only

0
0
Text · 456 B · 2adde6b Raw
16 lines · plain
1# Check that the diagnostics dump command uses the correct directory and2# creates one if needed.3 4# Dump to an existing directory.5# RUN: rm -rf %t.existing6# RUN: mkdir -p %t.existing7# RUN: %lldb -o 'diagnostics dump -d %t.existing'8# RUN: file %t.existing | FileCheck %s9 10# Dump to a non-existing directory.11# RUN: rm -rf %t.nonexisting12# RUN: %lldb -o 'diagnostics dump -d %t.nonexisting'13# RUN: file %t.nonexisting | FileCheck %s14 15# CHECK: directory16