Skip to content

Commit

Permalink
finish running rest of setup at top of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Oct 4, 2023
1 parent bfa5c32 commit 4e213ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/testthat/test-aaa-a-logging.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ skip_conditionally()

stopJulia()
system2("julia", '-e "using InteractiveUtils; println(versioninfo());"')
start_with_threads(max_threads = 2, verbose = TRUE)
set_projenv(verbose = TRUE)

# Individually run `jlmerclusterperm_setup()`
jlmerclusterperm:::start_with_threads(max_threads = 2, verbose = TRUE)
jlmerclusterperm:::set_projenv(verbose = TRUE)
cat(JuliaConnectoR::juliaCall("Pkg.status"))
cat(readLines(file.path(jlmerclusterperm:::.jlmerclusterperm$opts$projdir, "Manifest.toml")), sep = "\n")
jlmerclusterperm:::source_jl(verbose = TRUE)
jlmerclusterperm:::define_globals()
jlmerclusterperm:::cleanup_jl()

0 comments on commit 4e213ab

Please sign in to comment.