From: Daniel Stenberg Date: Thu, 13 Mar 2003 15:56:31 +0000 (+0000) Subject: output what cvs returned, see if we can make the script bail out when X-Git-Tag: curl-7_10_4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64067a04b597a5837df13a34ac6987c41ff2c2d6;p=curl output what cvs returned, see if we can make the script bail out when cvs update fails --- diff --git a/testcurl.sh b/testcurl.sh index 6ec132f17..3917d5dac 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -109,6 +109,9 @@ echo "testcurl: update from CVS" # update quietly to the latest CVS cvs -Q up -dP 2>&1 +cvsstat=$? +echo "testcurl: cvs returned: $cvsstat" + # figure out the current collected CVS status newstat="../allcvs.log" oldstat="../oldcvs.log"