Merge pull request #511 from dnephin/fix-end-of-line-whitespace-tests

Use golden files for tests that expect end-of-line whitespace
This commit is contained in:
Victor Vieux
2017-09-08 11:37:28 -07:00
committed by GitHub
13 changed files with 67 additions and 62 deletions

View File

@ -11,7 +11,7 @@ for pkg in "$@"; do
-coverprofile=profile.out \
-covermode=atomic \
"${pkg}"
if test -f profile.out; then
cat profile.out >> coverage.txt
rm profile.out