Skip to content
Snippets Groups Projects
Commit 75e618de authored by Wojciech Jurczyk's avatar Wojciech Jurczyk Committed by Sean Owen
Browse files

Fix run-tests.py typos

## What changes were proposed in this pull request?

The PR fixes typos in an error message in dev/run-tests.py.

Author: Wojciech Jurczyk <wojciech.jurczyk@codilime.com>

Closes #11467 from wjur/wjur/typos_run_tests.
parent 366f26d2
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ def main():
if which("R"):
run_cmd([os.path.join(SPARK_HOME, "R", "install-dev.sh")])
else:
print("Can't install SparkR as R is was not found in PATH")
print("Cannot install SparkR as R was not found in PATH")
if os.environ.get("AMPLAB_JENKINS"):
# if we're on the Amplab Jenkins build servers setup variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment