diff options
-rwxr-xr-x | testcurl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |