Browse Source

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

there isn't an actual result to compare with anyway.
wip/movedetect
Oswald Buddenhagen 8 years ago
parent
commit
ca43c57e85
  1. 2
      src/run-tests.pl

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;

Loading…
Cancel
Save