aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-codes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests-codes.sh')
-rw-r--r--dev/run-tests-codes.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev/run-tests-codes.sh b/dev/run-tests-codes.sh
index 154e01255b..f4b238e1b7 100644
--- a/dev/run-tests-codes.sh
+++ b/dev/run-tests-codes.sh
@@ -21,8 +21,9 @@ readonly BLOCK_GENERAL=10
readonly BLOCK_RAT=11
readonly BLOCK_SCALA_STYLE=12
readonly BLOCK_PYTHON_STYLE=13
-readonly BLOCK_BUILD=14
-readonly BLOCK_MIMA=15
-readonly BLOCK_SPARK_UNIT_TESTS=16
-readonly BLOCK_PYSPARK_UNIT_TESTS=17
-readonly BLOCK_SPARKR_UNIT_TESTS=18
+readonly BLOCK_DOCUMENTATION=14
+readonly BLOCK_BUILD=15
+readonly BLOCK_MIMA=16
+readonly BLOCK_SPARK_UNIT_TESTS=17
+readonly BLOCK_PYSPARK_UNIT_TESTS=18
+readonly BLOCK_SPARKR_UNIT_TESTS=19