Skip to content

Commit d6c1411

Browse files
committed
make batch tests optional
1 parent 00bc3b9 commit d6c1411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/froll.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
require(data.table)
2-
test.data.table(script="froll.Rraw", optional=TRUE)
2+
test.data.table(script="froll.Rraw")
3+
test.data.table(script="frollBatch.Rraw", optional=TRUE)

0 commit comments

Comments
 (0)