Skip to content

Commit 05d435b

Browse files
author
Brennon York
committed
added check for jekyll install
1 parent 22edb78 commit 05d435b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@ def build_spark_documentation():
168168
jekyll_bin = which("jekyll")
169169

170170
if not jekyll_bin:
171-
print "[warn] Cannot find a version of `jekyll` on the system; please",
171+
print "[error] Cannot find a version of `jekyll` on the system; please",
172172
print "install one and retry to build documentation."
173+
sys.exit(int(os.environ.get("CURRENT_BLOCK", 255)))
173174
else:
174175
run_cmd([jekyll_bin, "build"])
175176

0 commit comments

Comments
 (0)