aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 9db728d799..8726889cbc 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -419,8 +419,8 @@ def run_python_tests(test_modules, parallelism):
def run_build_tests():
- # set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
- # run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
+ set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
+ run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
pass