1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00

output what cvs returned, see if we can make the script bail out when

cvs update fails
This commit is contained in:
Daniel Stenberg 2003-03-13 15:56:31 +00:00
parent 38cf0268c0
commit 64067a04b5

View File

@ -109,6 +109,9 @@ echo "testcurl: update from CVS"
# update quietly to the latest CVS # update quietly to the latest CVS
cvs -Q up -dP 2>&1 cvs -Q up -dP 2>&1
cvsstat=$?
echo "testcurl: cvs returned: $cvsstat"
# figure out the current collected CVS status # figure out the current collected CVS status
newstat="../allcvs.log" newstat="../allcvs.log"
oldstat="../oldcvs.log" oldstat="../oldcvs.log"