Skip to content

Commit

Permalink
Remove uniq -u
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Sep 26, 2015
1 parent c598e22 commit b339953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/coverage/coverall
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do
fi
done

cat coverall.out | sort -t: -k1 | uniq -u > coverallsorted.out
cat coverall.out | sort -t: -k1 > coverallsorted.out
echo "mode: set" | cat - coverallsorted.out > coverall.out
rm coverallsorted.out

Expand Down

0 comments on commit b339953

Please sign in to comment.