Skip to content

Commit

Permalink
turn on showProgress temporarily to see where GLCI R3.4 and R3.1 segf…
Browse files Browse the repository at this point in the history
…ault is; #4090
  • Loading branch information
mattdowle committed Sep 25, 2020
1 parent e1a2f5d commit e21a4f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/main.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
require(data.table)

test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw
# test.data.table() # runs the main test suite of 5,000+ tests in /inst/tests/tests.Rraw

# turning on showProgress temporarily to find where segfault is that GLCI shows with R 3.4 and R 3.1
# showProgress is default interactive() so it's off for CRAN but also off for GLCI
# strict R-devel passes locally as does R 3.1 locally, so now running with strict torture locally but that's still running
test.data.table(showProgress=TRUE)

# Turn off verbose repeat to save time (particularly Travis, but also CRAN) :
# test.data.table(verbose=TRUE)
Expand Down

0 comments on commit e21a4f3

Please sign in to comment.