Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 664539, fix up final verification for debugging output, r=bhearsum
Browse files Browse the repository at this point in the history
  • Loading branch information
nthomas-mozilla committed Oct 17, 2011
1 parent d7b0008 commit 732e7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/final-verification.sh
Expand Up @@ -12,7 +12,7 @@ cat $configs | sed 's/betatest/releasetest/' > update.cfg
./verify.sh -t update.cfg 2>&1 | tee quickVerify.log ./verify.sh -t update.cfg 2>&1 | tee quickVerify.log
# this command's exit status will be 1 regardless of whether it passed or failed # this command's exit status will be 1 regardless of whether it passed or failed
# we grep the log so we can inform buildbot correctly # we grep the log so we can inform buildbot correctly
if grep HTTP quickVerify.log | grep -v 200 | grep -qv 302; then if grep HTTP/ quickVerify.log | grep -v 200 | grep -qv 302; then
# One or more links failed # One or more links failed
exit 1 exit 1
elif grep '^FAIL' quickVerify.log; then elif grep '^FAIL' quickVerify.log; then
Expand Down

0 comments on commit 732e7f2

Please sign in to comment.