summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-01-10 14:29:11 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-10 14:29:18 -0500
commit35a5b60390f2a400d06a2209eb03b7fd6ccffdab (patch)
tree7a0fd40f53654a8755dae8ae560e05f6245e1055 /driver
parentc2bd62ed62d2fae126819136d428989a7b4ddc79 (diff)
downloadhaskell-35a5b60390f2a400d06a2209eb03b7fd6ccffdab.tar.gz
testsuite driver: don't append to existing output files
If you happen to have a T1234.run.stdout file lying aroud (probably from before the move to running tests in temporary subdirectories) it gets symlinked into the T1234.run directory since its name starts with T1234; and then program output gets appended to the existing file (through the symlink). We should open the file for writing instead, to replace the symlink with a new file. Test Plan: tested locally, + harbormaster Reviewers: austin, Phyx, bgamari Reviewed By: Phyx, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2946
Diffstat (limited to 'driver')
0 files changed, 0 insertions, 0 deletions