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

[PATCH] Prevent test suite to send out mails



---
 tests/tests.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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" => { },
 );
-- 
1.6.3.3


Reply to: