Skip to content

Commit

Permalink
validate does "exit 1" if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed May 13, 2009
1 parent 6ffaaf8 commit ffafcfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion validate
Expand Up @@ -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 "-------------------------------------------------------------------"

0 comments on commit ffafcfb

Please sign in to comment.