[Git][pkg-voip-team/asterisk][master] autopkgtest: Do not log disabled tests to stderr
    Bernhard Schmidt 
    gitlab at salsa.debian.org
       
    Tue Jul 24 11:49:14 BST 2018
    
    
  
Bernhard Schmidt pushed to branch master at Debian VoIP Packaging Team / asterisk
Commits:
42053587 by Bernhard Schmidt at 2018-07-24T12:48:50+02:00
autopkgtest: Do not log disabled tests to stderr
- - - - -
1 changed file:
- debian/tests/asttestmods
Changes:
=====================================
debian/tests/asttestmods
=====================================
--- a/debian/tests/asttestmods
+++ b/debian/tests/asttestmods
@@ -45,8 +45,8 @@ run() {
 		| sort  > "$output_dir/mods_loaded"
 	ls /usr/lib/asterisk/modules/ | sort | grep ^test_ > "$output_dir/mods_all"
 	if ! cmp -s "$output_dir/mods_loaded" "$output_dir/mods_all"; then
-		echo >&2 "Some test modules were not loaded:"
-		diff "$output_dir/mods_loaded" "$output_dir/mods_all" >&2
+		echo "Some test modules were not loaded:"
+		diff "$output_dir/mods_loaded" "$output_dir/mods_all"
 		echo "Manually disabled: $disable_mods"
 	fi
 	header=`cat "$results_file" | sed -e '/^$/,$d' `
View it on GitLab: https://salsa.debian.org/pkg-voip-team/asterisk/commit/42053587d2b33d32d0148aa7978dbb5d8b831fd7
-- 
View it on GitLab: https://salsa.debian.org/pkg-voip-team/asterisk/commit/42053587d2b33d32d0148aa7978dbb5d8b831fd7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20180724/21003575/attachment.html>
    
    
More information about the Pkg-voip-maintainers
mailing list