Skip to content

Commit

Permalink
Move product tests defaults to presto-product-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and electrum committed Aug 16, 2019
1 parent b619848 commit 67443c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion presto-hive-hadoop2/bin/common.sh
Expand Up @@ -66,7 +66,7 @@ SCRIPT_DIR="${BASH_SOURCE%/*}"
INTEGRATION_TESTS_ROOT="${SCRIPT_DIR}/.."
PROJECT_ROOT="${INTEGRATION_TESTS_ROOT}/.."
DOCKER_COMPOSE_LOCATION="${INTEGRATION_TESTS_ROOT}/conf/docker-compose.yml"
source "${BASH_SOURCE%/*}/../../conf/docker-images-config.sh"
source "${BASH_SOURCE%/*}/../../presto-product-tests/conf/product-tests-defaults.sh"

# check docker and docker compose installation
docker-compose version
Expand Down
2 changes: 1 addition & 1 deletion presto-product-tests/conf/docker/common/compose-commons.sh
Expand Up @@ -23,7 +23,7 @@ function export_canonical_path() {
}

source "${BASH_SOURCE%/*}/../../../bin/locations.sh"
source "${BASH_SOURCE%/*}/../../../../conf/docker-images-config.sh"
source "${BASH_SOURCE%/*}/../../../conf/product-tests-defaults.sh"

# The following variables are defined to enable running product tests with arbitrary/downloaded jars
# and without building the project. The `presto.env` file should only be sourced if any of the variables
Expand Down
File renamed without changes.

0 comments on commit 67443c1

Please sign in to comment.