mirror of https://github.com/k3s-io/k3s
Refer to instructions when the test fails.
parent
13f3844ef5
commit
3483447ebc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue