浏览代码

autotest: don't print expected result if the mbsync run itself fails

there isn't an actual result to compare with anyway.
Oswald Buddenhagen 8 年之前
父节点
当前提交
ca43c57e85
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/run-tests.pl

+ 0 - 2
src/run-tests.pl

@@ -621,8 +621,6 @@ sub test($$$@)
 		printchan($sx);
 		print "Options:\n";
 		print " [ ".join(", ", map('"'.qm($_).'"', @sfx))." ]\n";
-		print "Expected result:\n";
-		printchan($tx);
 		print "Debug output:\n";
 		print @ret;
 		exit 1;