dovecot-2.2-pigeonhole: testsuite: Fixed the test_fail command t...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Nov 29 15:17:55 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/b77785770cd7
changeset: 2150:b77785770cd7
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Nov 29 16:17:41 2015 +0100
description:
testsuite: Fixed the test_fail command to also work from within a foreverypart loop.

diffstat:

 src/testsuite/cmd-test-fail.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d9bc8186e02e -r b77785770cd7 src/testsuite/cmd-test-fail.c
--- a/src/testsuite/cmd-test-fail.c	Sun Nov 29 16:17:15 2015 +0100
+++ b/src/testsuite/cmd-test-fail.c	Sun Nov 29 16:17:41 2015 +0100
@@ -142,7 +142,7 @@
 
 	testsuite_test_fail(reason);
 
-	return sieve_interpreter_program_jump(renv->interp, TRUE);
+	return sieve_interpreter_program_jump(renv->interp, TRUE, TRUE);
 }
 
 


More information about the dovecot-cvs mailing list