Skip to content

Commit 7f5f291

Browse files
committed
also decrement count
1 parent 02fb370 commit 7f5f291

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
@@ -182,7 +182,7 @@ test-lin-dev-gcc-strict-cran:
182182
- R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1)
183183
- (! grep "warning:" data.table.Rcheck/00install.out)
184184
- >-
185-
Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 3 NOTEs"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (non-API calls, V8 package) but ", shQuote(l)) else q("no")'
185+
Rscript -e 'l=tail(readLines("data.table.Rcheck/00check.log"), 1L); notes<-"Status: 2 NOTEs"; if (!identical(l, notes)) stop("Last line of ", shQuote("00check.log"), " is not ", shQuote(notes), " (non-API calls, V8 package) but ", shQuote(l)) else q("no")'
186186
187187
## R-devel on Linux clang
188188
# R compiled with clang, flags removed: -flto=auto -fopenmp

0 commit comments

Comments
 (0)