Files
clang-p2996/lldb/lit/Reproducer/TestDriverOptions.test
Jonas Devlieghere c2820bf23e [Reproducers] Only creaate the bottom-most dir
As Pavel noted on the mailing list we should only create the bottom-most
directory if it doesn't exist. This should also fix the test case on
Windows as we can use lit's temp directory.

llvm-svn: 348289
2018-12-04 18:16:49 +00:00

8 lines
312 B
Plaintext

# Check that errors are propagated to the driver.
# RUN: not %lldb --capture %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix CAPTURE
# RUN: not %lldb --replay %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix REPLAY
# CAPTURE: unable to create reproducer directory
# REPLAY: unable to load reproducer index