Skip to content

Commit 28f4d84

Browse files
committed
# nocov the entire if (showProgress)
1 parent d6c0604 commit 28f4d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/test.data.table.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ test = function(num,x,y=TRUE,error=NULL,warning=NULL,message=NULL,output=NULL,no
383383
}
384384
assign("lasttime", proc.time()[3L], parent.frame(), inherits=TRUE) # after gc() to exclude gc() time from next test when memtest
385385
}, add=TRUE )
386-
if (showProgress) {
386+
if (showProgress) { # nocov start
387387
cat("\r") # notranslate: \r can't be in gettextf msg
388-
catf("Running test id %s", numStr) # nocov.
388+
catf("Running test id %s", numStr)
389389
cat(" ") # notranslate
390-
}
390+
} # nocov end
391391
# See PR #4090 for comments about change here in Dec 2019.
392392
# If a segfault error occurs in future and we'd like to know after which test, then arrange for the
393393
# try(sys.source()) in test.data.table() to be run in a separate R process. That process could write out

0 commit comments

Comments
 (0)