Refer to instructions when the test fails.

pull/6/head
Matt Liggett 2017-11-10 11:04:55 -08:00
parent 13f3844ef5
commit 3483447ebc
1 changed files with 6 additions and 2 deletions

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