We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad3c95 commit 4c8da4dCopy full SHA for 4c8da4d
dev/run-tests-jenkins
@@ -210,6 +210,8 @@ done
210
failing_test="Scala style tests"
211
elif [ "$test_result" -eq "$BLOCK_PYTHON_STYLE" ]; then
212
failing_test="Python style tests"
213
+ elif [ "$test_result" -eq "$BLOCK_R_STYLE" ]; then
214
+ failing_test="R style tests"
215
elif [ "$test_result" -eq "$BLOCK_DOCUMENTATION" ]; then
216
failing_test="to generate documentation"
217
elif [ "$test_result" -eq "$BLOCK_BUILD" ]; then
0 commit comments