Explorar el Código

autotest: show the right state file after idempotence test failure

amends efd72b85.
Oswald Buddenhagen hace 5 años
padre
commit
50eab08509
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/run-tests.pl

+ 1 - 1
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;