Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ffafcfbb
Commit
ffafcfbb
authored
May 13, 2009
by
Simon Marlow
Browse files
validate does "exit 1" if it fails
parent
6ffaaf83
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate
View file @
ffafcfbb
...
...
@@ -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
"-------------------------------------------------------------------"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment