Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Nov 8, 2023
1 parent a76eb69 commit 02a624b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devel/tinytest.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ cat(stri_info(short=TRUE), "\n")
testWarnings <- TRUE

if (testWarnings) {
oldOptions <- options(warn=1)
t <- run_test_dir(".devel/tinytest/", verbose=TRUE)
print(t, limit=25, nlong=25, sidefx=TRUE)
do.call(options, oldOptions)
rm(oldOptions)
} else {
oldOptions <- options(warn=10)
t <- run_test_dir(".devel/tinytest/")
Expand All @@ -26,5 +29,4 @@ if (testWarnings) {
}

rm(testWarnings)
warnings()
cat(stri_info(short=TRUE), "\n")

0 comments on commit 02a624b

Please sign in to comment.