aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/tests/run-all.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg/tests/run-all.R')
-rw-r--r--R/pkg/tests/run-all.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/R/pkg/tests/run-all.R b/R/pkg/tests/run-all.R
index 1d04656ac2..ab8d1ca019 100644
--- a/R/pkg/tests/run-all.R
+++ b/R/pkg/tests/run-all.R
@@ -21,4 +21,7 @@ library(SparkR)
# Turn all warnings into errors
options("warn" = 2)
+# Setup global test environment
+install.spark()
+
test_package("SparkR")