diff --git a/dev/run-tests.py b/dev/run-tests.py index 6febbf108900d15f88cdd4ec943000c5d2350928..b65d1a309cb4a7631ccd02df7ff1ea2642a4a1a4 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -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