Skip to content

Commit 426ef11

Browse files
committed
Fix a typo
1 parent a1c0601 commit 426ef11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def main():
622622
if modules_with_python_tests:
623623
# We only run PySpark tests with coverage report in one specific job with
624624
# Spark master with SBT in Jenkins.
625-
is_sbt_master_job = "SPARK_MATER_SBT_HADOOP_2_7" in os.environ
625+
is_sbt_master_job = "SPARK_MASTER_SBT_HADOOP_2_7" in os.environ
626626
run_python_tests(
627627
modules_with_python_tests, opts.parallelism, with_coverage=is_sbt_master_job)
628628
run_python_packaging_tests()

0 commit comments

Comments
 (0)