Commit 64067a04 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

cvs update fails
parent 38cf0268
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"