mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:17:21 +03: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue