Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Switch back from using govendor to invoke tests to just go test
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed May 1, 2018
1 parent 67347fb commit 5a4f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tests-with-dind.sh
Expand Up @@ -49,5 +49,5 @@ docker run --privileged --security-opt seccomp=unconfined -v /sys/fs/cgroup:/sys
log "Running integration tests against the $titus_agent_name daemon"
# --privileged is needed here since we are reading FDs from a unix socket
docker exec --privileged -e DEBUG=${debug} -e SHORT_CIRCUIT_QUITELITE=true -e GOPATH=${GOPATH} "$titus_agent_name" \
govendor test -timeout 3m ${TEST_FLAGS:-} -covermode=count -coverprofile=coverage-standalone.out -coverpkg=github.com/Netflix/... ./executor/mock/standalone/... -standalone=true 2>&1 | \
go test -timeout 3m ${TEST_FLAGS:-} -covermode=count -coverprofile=coverage-standalone.out -coverpkg=github.com/Netflix/... ./executor/mock/standalone/... -standalone=true 2>&1 | \
tee >(go-junit-report > "${TEST_DOCKER_OUTPUT:-test-standalone-docker.xml}") | tee > test-standalone.log

0 comments on commit 5a4f300

Please sign in to comment.