Skip to content

Commit

Permalink
temporarily switch testing servers
Browse files Browse the repository at this point in the history
ref #556
  • Loading branch information
wibeasley committed Dec 5, 2024
1 parent 5ac19d0 commit 470c985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ library(testthat)
library(REDCapR)
# source("R/helpers-testing.R")

Sys.setenv("redcapr_test_server" = "dev-2")
message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
testthat::test_check("REDCapR")

# Sys.setenv("redcapr_test_server" = "bbmc")
# Sys.setenv("redcapr_test_server" = "dev-2")
# message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
# testthat::test_check("REDCapR")

Sys.setenv("redcapr_test_server" = "bbmc")
message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
testthat::test_check("REDCapR")

# Sys.setenv("redcapr_test_server" = "coph")
# message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
# testthat::test_check("REDCapR")

0 comments on commit 470c985

Please sign in to comment.