[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 03/05: t/runtests: Reduce stop-loop message to a debug info



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch t-runtests-use-io-async
in repository lintian.

commit 4191e82f1d182bad0409d7e8e0c24d404cbd78af
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Nov 1 16:26:49 2015 +0100

    t/runtests: Reduce stop-loop message to a debug info
---
 t/runtests | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/runtests b/t/runtests
index 2d1928a..730a603 100755
--- a/t/runtests
+++ b/t/runtests
@@ -738,7 +738,8 @@ sub create_child {
         on_finish => sub {
             $ACTIVE_JOBS--;
             if ($ACTIVE_JOBS < 1) {
-                print STDERR "Stopping loop, no more active workers\n";
+                print "Stopping loop, no more active workers\n"
+                  if $VERBOSE >= 2;
                 $loop->stop;
             }
             return;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: