We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5245473 commit e62cb58Copy full SHA for e62cb58
bin/test.sh
@@ -5,7 +5,7 @@
5
#
6
# ENV vars:
7
8
-# TEST_DIR - mesos-spark-integration-tests/
+# TEST_JAR_PATH - /path/to/mesos-spark-integration-tests.jar
9
# DOCKER_IMAGE - Docker image used to make the DC/OS package
10
11
# # CCM Env Vars:
@@ -83,7 +83,7 @@ run_tests() {
83
fi
84
source env/bin/activate
85
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
+ python test.py
87
popd
88
}
89
0 commit comments