Commit 3988c565 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

reduce test runner verbosity

parent 3a77e7b2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -22,10 +22,9 @@ fi
# FIXME image diff
if !(diff ${outfile} ${masterfile} &>/dev/null); then
  echo
  print_error "ERROR: output files do not match:\n    - actual: ${outfile}\n    - master: ${masterfile}"
  echo
  print_error "ERROR: output files do not match"
  echo -e "If the modification is intended, fix by running:\n    cp ${outfile} ${masterfile}"
  echo
  diff ${outfile} ${masterfile}
  echo -e "To view the diff, run:\n    diff ${outfile} ${masterfile}"
  exit 1
fi