mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Merge pull request #128414 from soltysh/improve_error
Provide link with e2e guidelines when verity-test-code.sh fails
This commit is contained in:
commit
eb445ac66c
@ -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