Skip to content

Commit

Permalink
test: add 'MIGRATION_FROM'
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho committed Jul 9, 2016
1 parent f3b23ca commit 79cab9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function unit_tests {

function integration_tests {
echo "Running integration tests..."
MIGRATION_FROM=v3.0.2
go test -timeout 10m -v -cpu 1,2,4 $@ ${REPO_PATH}/e2e &
e2epid="$!"
go test -timeout 15m -v -cpu 1,2,4 $@ ${REPO_PATH}/integration &
Expand Down

0 comments on commit 79cab9a

Please sign in to comment.