Ensure that generate-e2e-suite-doc.sh yields a fixed output

Signed-off-by: Hervé Werner <dud225@hotmail.com>
This commit is contained in:
Hervé Werner 2023-01-30 15:26:26 +01:00
parent 451cee6821
commit 7d97cceb88
2 changed files with 531 additions and 535 deletions

File diff suppressed because it is too large Load diff

View file

@ -26,11 +26,9 @@ This file is autogenerated!
Do not try to edit it manually.
-->
# e2e test suite for [Ingress NGINX Controller]($URL)
# e2e test suite for [Ingress NGINX Controller]($URL)"
"
find_test_files_cmd="find ${DIR}/test/e2e -path ${DIR}/test/e2e/framework -prune -o -name \"*\.go\" ! -wholename \"${DIR}/test/e2e/e2e*\.go\" -print"
find_test_files_cmd="find ${DIR}/test/e2e -path ${DIR}/test/e2e/framework -prune -o -name \"*\.go\" ! -wholename \"${DIR}/test/e2e/e2e*\.go\" -print0 | sort -z | xargs -r -0"
for FILE in $(eval $find_test_files_cmd); do
# describe definition
DESCRIBE=$(cat $FILE | grep -n -oP 'Describe.*')