Refer to instructions when the test fails.

This commit is contained in:
Matt Liggett 2017-11-10 11:04:55 -08:00
parent 13f3844ef5
commit 3483447ebc

View File

@ -21,5 +21,9 @@
set -o errexit
diff -u test/conformance/testdata/conformance.txt test/conformance/conformance.txt
echo PASS
if diff -u test/conformance/testdata/conformance.txt test/conformance/conformance.txt; then
echo PASS
exit 0
fi
echo 'See instructions in test/conformance/README.md'
exit 1