Skip to content

Commit

Permalink
Debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Dec 19, 2023
1 parent 442f5a7 commit 64a7ed1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ withr::defer(
if (dir.exists(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"))) {
jdbcDriverFolder <- Sys.getenv("DATABASECONNECTOR_JAR_FOLDER")
} else {
jdbcDriverFolder <- "~/.jdbcDrivers"
jdbcDriverFolder <- "~/jdbcDrivers"
dir.create(jdbcDriverFolder, showWarnings = FALSE)
baseDatabaseConnectorJarFolder <- Sys.getenv("DATABASECONNECTOR_JAR_FOLDER")
Sys.setenv("DATABASECONNECTOR_JAR_FOLDER" = jdbcDriverFolder)
Expand Down Expand Up @@ -147,6 +147,9 @@ if (!(Sys.getenv("CDM5_REDSHIFT_USER") == "" &
cohortTable = "cohort",
tempEmulationSchema = NULL
)

# DEBUG:
Sys.getenv("DATABASECONNECTOR_JAR_FOLDER")
}

# # SQL Server
Expand Down

0 comments on commit 64a7ed1

Please sign in to comment.