Skip to content

Commit 4c8da4d

Browse files
committed
Add a key to check the R style block
1 parent fad3c95 commit 4c8da4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/run-tests-jenkins

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ done
210210
failing_test="Scala style tests"
211211
elif [ "$test_result" -eq "$BLOCK_PYTHON_STYLE" ]; then
212212
failing_test="Python style tests"
213+
elif [ "$test_result" -eq "$BLOCK_R_STYLE" ]; then
214+
failing_test="R style tests"
213215
elif [ "$test_result" -eq "$BLOCK_DOCUMENTATION" ]; then
214216
failing_test="to generate documentation"
215217
elif [ "$test_result" -eq "$BLOCK_BUILD" ]; then

0 commit comments

Comments
 (0)