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:
parent
38cf0268c0
commit
64067a04b5
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user