Skip to content

Commit aa04f90

Browse files
Always set _R_CHECK_TESTS_NLINES_=0 (#6549)
1 parent ce9b5da commit aa04f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ variables:
99
_R_CHECK_FORCE_SUGGESTS_: "false"
1010
_R_CHECK_NO_STOP_ON_TEST_ERROR_: "true"
1111
_R_CHECK_SYSTEM_CLOCK_: "false" ## https://stackoverflow.com/questions/63613301/r-cmd-check-note-unable-to-verify-current-time
12+
_R_CHECK_TESTS_NLINES_: "0"
1213
TZ: "UTC" ## to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
1314
## Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
1415
## a non-UTC timezone, although, that's what we do routinely in dev.
@@ -114,7 +115,6 @@ test-lin-rel:
114115
_R_CHECK_CRAN_INCOMING_: "FALSE"
115116
_R_CHECK_CRAN_INCOMING_REMOTE_: "FALSE"
116117
_R_CHECK_FORCE_SUGGESTS_: "TRUE"
117-
_R_CHECK_TESTS_NLINES_: "0"
118118
OPENBLAS_MAIN_FREE: "1"
119119
script:
120120
- *install-deps

0 commit comments

Comments
 (0)