Browse Source

autotest: show the right state file after idempotence test failure

amends efd72b85.
1.4
Oswald Buddenhagen 5 years ago
parent
commit
50eab08509
  1. 2
      src/run-tests.pl

2
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;

Loading…
Cancel
Save