We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75357ec + 018f370 commit 9592a90Copy full SHA for 9592a90
test.sh
@@ -105,7 +105,6 @@ function unit_pass {
105
106
function integration_extra {
107
if [ -z "${PKG}" ] ; then
108
- run_for_module "." go_test "./contrib/raftexample" "keep_going" : -timeout="${TIMEOUT:-5m}" "${RUN_ARG[@]}" "${COMMON_TEST_FLAGS[@]}" "$@" || return $?
109
run_for_module "tests" go_test "./integration/v2store/..." "keep_going" : -tags v2v3 -timeout="${TIMEOUT:-5m}" "${RUN_ARG[@]}" "${COMMON_TEST_FLAGS[@]}" "$@" || return $?
110
else
111
log_warning "integration_extra ignored when PKG is specified"
0 commit comments