From: Joachim Breitner Date: Mon, 27 Jul 2009 22:32:59 +0000 (+0200) Subject: Prevent test suite to send out mails X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=180a4709df7d830f35a3e35fec1b90a69f9706ad Prevent test suite to send out mails --- diff --git a/tests/tests.sh b/tests/tests.sh index 311963a..2526504 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -59,6 +59,7 @@ cat > $testdir/wanna-build.conf <<__END__ \$quinn_source = "$testdir/quinn-diff-output"; \$quinn_source_multi_section = 0; @admin_users = qw(wbadm $USER); +\$mailprog = "/bin/true"; %distributions = ( "unstable" => { }, );