Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 150d30c

Browse files
author
Dongsu Park
committed
Merge pull request #1661 from endocode/dongsu/cleanup-old-cmds-fxtests
functional: clean up obsolete commands that are commented out
2 parents fa07fa5 + 444be75 commit 150d30c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

functional/test

-3
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ if [ ! -x "bin/fleetd" ] || \
7474
./build
7575
fi
7676

77-
#go test github.com/coreos/fleet/functional -ldflags "${GLDFLAGS}" -v "$@" 2>&1 | tee functional/functional-tests.log
78-
7977
# Phase 1: run tests with gRPC disabled
8078
export FLEETD_TEST_ENV="enable_grpc=false"
8179
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
@@ -87,6 +85,5 @@ export FLEETD_TEST_ENV="enable_grpc=true"
8785
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
8886

8987
TESTS_RETURN_CODE_2=${PIPESTATUS[0]}
90-
#TESTS_RETURN_CODE_2=0
9188

9289
print_results

0 commit comments

Comments
 (0)