mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Refer to instructions when the test fails.
This commit is contained in:
parent
13f3844ef5
commit
3483447ebc
@ -21,5 +21,9 @@
|
|||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
diff -u test/conformance/testdata/conformance.txt test/conformance/conformance.txt
|
if diff -u test/conformance/testdata/conformance.txt test/conformance/conformance.txt; then
|
||||||
echo PASS
|
echo PASS
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
echo 'See instructions in test/conformance/README.md'
|
||||||
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user