summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGintautas Miliauskas <gintautas.miliauskas@gmail.com>2014-11-07 10:17:03 -0600
committerAustin Seipp <austin@well-typed.com>2014-11-07 10:17:03 -0600
commit832ef3fb8f45f98add9dbfac5387281e3e0bc5dc (patch)
tree8617242333adbb4aca1e4b899126af69d76a63a2
parentf14ac52a9296b378c75ea75c94f51ff1f377111e (diff)
downloadhaskell-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
-rwxr-xr-xvalidate1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate b/validate
index c6e6d698b4..7464be93d8 100755
--- a/validate
+++ b/validate
@@ -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