commit 50eab085091b06ce948a837206ee8a368738a97c
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Dec 29 12:06:44 2019 +0100

    autotest: show the right state file after idempotence test failure
    
    amends efd72b85.

 src/run-tests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/run-tests.pl b/src/run-tests.pl
index 5a97bf8..b0d7311 100755
--- a/src/run-tests.pl
+++ b/src/run-tests.pl
@@ -730,7 +730,7 @@ sub test($$$@)
                                print "Expected result:\n";
                                printchan($tx);
                                print "Actual result:\n";
-                               showchan("slave/.mbsyncstate");
+                               showchan("slave/.mbsyncstate.new");
                        }
                        print "Debug output:\n";
                        print @nret;


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to