Merge pull request #15562 from serathius/fix-e2e

tests: Avoid testing package root tests in e2e
This commit is contained in:
Marek Siarkowicz
2023-03-28 13:53:49 +02:00
committed by GitHub

2
test
View File

@@ -340,7 +340,7 @@ function e2e_pass {
USERTIMEOUT="${TIMEOUT}"
fi
go test -timeout "${USERTIMEOUT}" -v -cpu "${TEST_CPUS}" "${RUN_ARG}" "$@" "${REPO_PATH}/tests/e2e"
go test -timeout "${USERTIMEOUT}" -v -cpu "${TEST_CPUS}" ${RUN_ARG} "$@" "${REPO_PATH}/tests/e2e"
}
function integration_e2e_pass {