Skip to content

Commit

Permalink
Tests: output only *.actual files of this library
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Mar 13, 2014
1 parent 9b85a62 commit bbe97b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ error=$?

# Print *.actual content if tests failed
if [ "${VERBOSE-false}" != "false" -a $error -ne 0 ]; then
for i in $(find . -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
for i in $(find ./tests/ -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
exit $error
fi

0 comments on commit bbe97b5

Please sign in to comment.