[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. release-2.2-258-gb38cfa7
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. release-2.2-258-gb38cfa7 |
Date: |
Mon, 06 Dec 2010 08:30:54 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=b38cfa7aeb7042dfd7c084e298f575c3c1121e0c
The branch, master has been updated
via b38cfa7aeb7042dfd7c084e298f575c3c1121e0c (commit)
from 60610d826aedf4d878679a1d45b2802d0ed46307 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b38cfa7aeb7042dfd7c084e298f575c3c1121e0c
Author: Sergey Poznyakoff <address@hidden>
Date: Mon Dec 6 10:30:29 2010 +0200
Improve imap4d and pop3d testsuites.
* imap4d/testsuite/imap4d.rcin: Suppress syslog, use stderr.
* pop3d/testsuite/pop3d.rcin" Likewise.
-----------------------------------------------------------------------
Summary of changes:
imap4d/testsuite/imap4d.rcin | 5 +++++
pop3d/testsuite/pop3d.rcin | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/imap4d/testsuite/imap4d.rcin b/imap4d/testsuite/imap4d.rcin
index 57d9a50..206db33 100644
--- a/imap4d/testsuite/imap4d.rcin
+++ b/imap4d/testsuite/imap4d.rcin
@@ -29,3 +29,8 @@ virtdomain {
}
shared-namespace "$objdir/data";
+
+logging {
+ syslog no;
+ print-severity yes;
+};
diff --git a/pop3d/testsuite/pop3d.rcin b/pop3d/testsuite/pop3d.rcin
index def7629..e8bfe25 100644
--- a/pop3d/testsuite/pop3d.rcin
+++ b/pop3d/testsuite/pop3d.rcin
@@ -27,3 +27,8 @@ auth {
virtdomain {
passwd-dir "$objdir/data/etc";
}
+
+logging {
+ syslog no;
+ print-severity yes;
+};
hooks/post-receive
--
GNU Mailutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. release-2.2-258-gb38cfa7,
Sergey Poznyakoff <=