output what cvs returned, see if we can make the script bail out when
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Mar 2003 15:56:31 +0000 (15:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Mar 2003 15:56:31 +0000 (15:56 +0000)
cvs update fails

testcurl.sh

index 6ec132f..3917d5d 100755 (executable)
@@ -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"