mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Provide link with e2e guidelines when verity-test-code.sh fails
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
This commit is contained in:
parent
66b3dc1a38
commit
97fcb05374
@ -62,6 +62,7 @@ if [ ${#errors_expect_no_error[@]} -ne 0 ]; then
|
||||
echo 'The above files need to use framework.ExpectNoError(err) instead of '
|
||||
echo 'Expect(err).NotTo(HaveOccurred()) or gomega.Expect(err).NotTo(gomega.HaveOccurred())'
|
||||
echo
|
||||
echo 'See https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/writing-good-e2e-tests.md for more guidance'
|
||||
} >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user