[lemonldap-ng] 01/01: Don't print on STDERR

Xavier Guimard xguimard-guest at moszumanska.debian.org
Thu Dec 8 21:26:25 UTC 2016


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

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit bc120a20f552c90767c492301fe17246d568fa44
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Dec 8 22:26:05 2016 +0100

    Don't print on STDERR
---
 debian/tests/lib/build-deps.d/smoke | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/lib/build-deps.d/smoke b/debian/tests/lib/build-deps.d/smoke
index 66126c6..38cd5b6 100755
--- a/debian/tests/lib/build-deps.d/smoke
+++ b/debian/tests/lib/build-deps.d/smoke
@@ -88,7 +88,7 @@ rm -f $TDIR/*/t/99-pod.t \
     $TDIR/lemonldap-ng-manager/t/90-translations.t
 
 for INI in $(find $TDIR/lemonldap-ng-* -name lemonldap-ng.ini); do
-    echo "Change $INI logLevel to debug" >&2
+    echo "Change $INI logLevel to debug"
     perl -pi -e 's/^logLevel\s*=\s*\w+$/logLevel=debug/' $INI
 done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list