diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-13 10:20:44 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-13 10:20:44 +0000 |
commit | ffafcfbb7e0ef225561a400ed3104c14f8403891 (patch) | |
tree | 99600068bb47ddcc7588b226611ab83d9916b862 /validate | |
parent | 6ffaaf83376fcda5e1d98fb9963ab73faa528ab5 (diff) | |
download | haskell-ffafcfbb7e0ef225561a400ed3104c14f8403891.tar.gz |
validate does "exit 1" if it fails
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -135,13 +135,15 @@ so be careful! NOTE: If you have made changes that may cause failures not tested for by the minimal testing procedure, please do further testing as necessary. +------------------------------------------------------------------- EOF fi else cat <<EOF Oops! Looks like you have some unexpected test results or framework failures. Please fix them before pushing/sending patches. +------------------------------------------------------------------- EOF + exit 1 fi -echo "-------------------------------------------------------------------" |