diff options
author | Gunter Knauf <gk@gknw.de> | 2007-04-01 13:59:50 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-04-01 13:59:50 +0000 |
commit | 0839621f47e0a43b547009bf57595daf359388c2 (patch) | |
tree | f3e3e9138f51198da5a5e00f23c2453f90a0feb2 /tests | |
parent | bf2c1e099cedd1e06b243970835b9a602b7a64d6 (diff) |
print update message only if we really update CVS.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl index d2379f69c..6948bfccc 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -343,12 +343,12 @@ if ($CVS) { sub cvsup() { # update quietly to the latest CVS - logit "run cvs up"; if($nocvsup) { logit "Skipping CVS update (--nocvsup)"; return 1; } else { + logit "run cvs up"; system("cvs -Q up -dP 2>&1"); } |