
- This will cause lit to automatically include the first 1K of data in redirected output files when a command fails (previously if the command failed, but the main point of the test was, say, a `FileCheck` later on, then the log wasn't helpful in showing why the command failed). llvm-svn: 272021
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
# RUN: true
|
|
# RUN: echo hi
|
|
# RUN: wc missing-file &> %t.out
|