From 0839621f47e0a43b547009bf57595daf359388c2 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sun, 1 Apr 2007 13:59:50 +0000 Subject: print update message only if we really update CVS. --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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"); } -- cgit v1.2.3