Skip to content

Commit e62cb58

Browse files
author
Michael Gummelt
committed
TEST_JAR_PATH
1 parent 5245473 commit e62cb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# ENV vars:
77
#
8-
# TEST_DIR - mesos-spark-integration-tests/
8+
# TEST_JAR_PATH - /path/to/mesos-spark-integration-tests.jar
99
# DOCKER_IMAGE - Docker image used to make the DC/OS package
1010
#
1111
# # CCM Env Vars:
@@ -83,7 +83,7 @@ run_tests() {
8383
fi
8484
source env/bin/activate
8585
pip install -r requirements.txt
86-
TEST_JAR_PATH="${TEST_DIR}test-runner/target/scala-2.11/mesos-spark-integration-tests-assembly-0.1.0.jar" python test.py
86+
python test.py
8787
popd
8888
}
8989

0 commit comments

Comments
 (0)