diff options
author | Gintautas Miliauskas <gintautas.miliauskas@gmail.com> | 2014-11-07 10:17:03 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-11-07 10:17:03 -0600 |
commit | 832ef3fb8f45f98add9dbfac5387281e3e0bc5dc (patch) | |
tree | 8617242333adbb4aca1e4b899126af69d76a63a2 /validate | |
parent | f14ac52a9296b378c75ea75c94f51ff1f377111e (diff) | |
download | haskell-832ef3fb8f45f98add9dbfac5387281e3e0bc5dc.tar.gz |
Have validate take into account stat test failures too.
This should have gone in with the update in testlib.py to split
off stat test failures into a separate category in the summary.
Reviewers: austin
Reviewed By: austin
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D451
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -257,6 +257,7 @@ if grep '\<0 caused framework failures' testlog >/dev/null 2>/dev/null && grep '\<0 unexpected passes' testlog >/dev/null 2>/dev/null && grep '\<0 unexpected failures' testlog >/dev/null 2>/dev/null && + grep '\<0 unexpected stat failures' testlog >/dev/null 2>/dev/null && ! grep 'Some files are written by multiple tests' testlog >/dev/null 2>/dev/null ; then if [ $testsuite_only -eq 0 ] && [ $no_clean -eq 0 ] then |