mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
output what cvs returned, see if we can make the script bail out when
cvs update fails
This commit is contained in:
parent
38cf0268c0
commit
64067a04b5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user