File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 133133
134134set -x # Output all executed shell commands
135135set +e # allow errors now
136- gotestsum --junitfile " ${INT_LOG_FILE_NAME} .xml" --format standard-verbose -- " ${GO_TEST_FLAGS[@]} " -coverprofile=coverage_int.out -coverpkg=github.com/couchbase/sync_gateway/... " github.com/couchbase/sync_gateway/${TARGET_PACKAGE} " 2>&1 | stdbuf -oL tee " ${INT_LOG_FILE_NAME} .out.raw" | stdbuf -oL grep -a -E ' (--- (FAIL|PASS|SKIP):|github.com/couchbase/sync_gateway(/.+)?|TEST: |panic: )'
136+ ~ /go/bin/ gotestsum --junitfile " ${INT_LOG_FILE_NAME} .xml" --format standard-verbose -- " ${GO_TEST_FLAGS[@]} " -coverprofile=coverage_int.out -coverpkg=github.com/couchbase/sync_gateway/... " github.com/couchbase/sync_gateway/${TARGET_PACKAGE} " 2>&1 | stdbuf -oL tee " ${INT_LOG_FILE_NAME} .out.raw" | stdbuf -oL grep -a -E ' (--- (FAIL|PASS|SKIP):|github.com/couchbase/sync_gateway(/.+)?|TEST: |panic: )'
137137if [ " ${PIPESTATUS[0]} " -ne " 0" ]; then # If test exit code is not 0 (failed)
138138 echo " Go test failed! Parsing logs to find cause..."
139139 TEST_FAILED=true
You can’t perform that action at this time.
0 commit comments