I add the option "-n", so we don't add a new line character at the end of the file when using echo. (on Windows this means 2 characters).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29536
[libFuzzer] Don't add newline character when using echo in tests. ClosedPublic Authored by mpividori on Feb 3 2017, 10:58 PM.
Details Summary I add the option "-n", so we don't add a new line character at the end of the file when using echo. (on Windows this means 2 characters).
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 6 2017, 11:22 AM Closed by commit rL294384: [libFuzzer] Don't add newline character when using echo in tests. (authored by mpividori). · Explain WhyFeb 7 2017, 4:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 87553 llvm/trunk/lib/Fuzzer/test/fuzzer-dirs.test
llvm/trunk/lib/Fuzzer/test/minimize_crash.test
|