From 64067a04b597a5837df13a34ac6987c41ff2c2d6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Mar 2003 15:56:31 +0000 Subject: output what cvs returned, see if we can make the script bail out when cvs update fails --- testcurl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testcurl.sh b/testcurl.sh index 6ec132f17..3917d5dac 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -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" -- cgit v1.2.3