You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: functional/test
-3
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,6 @@ if [ ! -x "bin/fleetd" ] || \
74
74
./build
75
75
fi
76
76
77
-
#go test github.com/coreos/fleet/functional -ldflags "${GLDFLAGS}" -v "$@" 2>&1 | tee functional/functional-tests.log
78
-
79
77
# Phase 1: run tests with gRPC disabled
80
78
export FLEETD_TEST_ENV="enable_grpc=false"
81
79
go test github.com/coreos/fleet/functional -ldflags "${GLDFLAGS}" -v "$@"2>&1| sed -u -r "s/^(---\s+(:?PASS|SKIP|FAIL):\s+Test[^\(]*)/\\1(fleet.conf=\[$FLEETD_TEST_ENV\]) /g;s/^(=== RUN\s+Test.*)/\1 (fleet.conf=\[$FLEETD_TEST_ENV\])/g"| tee -a functional/functional-tests.log
go test github.com/coreos/fleet/functional -ldflags "${GLDFLAGS}" -v "$@"2>&1| sed -u -r "s/^(---\s+(:?PASS|SKIP|FAIL):\s+Test[^\(]*)/\\1(fleet.conf=\[$FLEETD_TEST_ENV\]) /g;s/^(=== RUN\s+Test.*)/\1 (fleet.conf=\[$FLEETD_TEST_ENV\])/g"| tee -a functional/functional-tests.log
0 commit comments