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

Commit

Permalink
end2end test should use binary in build dir
Browse files Browse the repository at this point in the history
since that is the binary that we should actually be testing
  • Loading branch information
Dieterbe committed Dec 30, 2016
1 parent ec47883 commit 767502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/end2end_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x # debugging

DOCKER_COMPOSE_VERSION="1.8.1"
DOCKER_COMPOSE_EXEC="/tmp/docker-compose"
DOCKER_COMPOSE_FILE="docker/docker-standard/docker-compose.yml"
DOCKER_COMPOSE_FILE="docker/docker-dev/docker-compose.yml"

# this is only necessary until Circle CI updates their images to provide a recent version
curl -L "https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Linux-x86_64" > $DOCKER_COMPOSE_EXEC
Expand Down

2 comments on commit 767502e

@replay
Copy link
Contributor

@replay replay commented on 767502e Dec 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't tested the docker-standard environment at all as of yet. Does the test pass? It looks good by looking at the docker-compose.yml.

@Dieterbe
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah

Please sign in to comment.