diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-26 13:50:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-26 13:50:29 +0200 |
commit | 30895144f680a8b9a8b4b6313edb726361d36000 (patch) | |
tree | 315b76520ecad8c6a0833298673b0c0dbc8b6036 /.gitignore | |
parent | 6ac4f59699084b7c3967286b7b1f26df9f9c053d (diff) |
Save test result to a temp file instead of piping it to diff
This makes tests more robust.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ *.l *.l.cpp-options +# Test output +# +*.out + # Generated documentation. # *.pdf |