debug actions.

This commit is contained in:
Adam Black 2021-08-19 22:59:07 -04:00
parent 1610328836
commit 94ffcba404
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# To run tests for one dbms and one cdmVersion use the variables below # To run tests for one dbms and one cdmVersion use the variables below
# dbms <- "postgresql"; cdmVersion <- "5.4" # dbms <- "postgresql"; cdmVersion <- "5.4"
testDatabases <- c("oracle", "postgresql", "sql server", "redshift") # testDatabases <- c("oracle", "postgresql", "sql server", "redshift")
testDatabases <- c("postgresql", "redshift")
test_that("getConnectionDetails works", { test_that("getConnectionDetails works", {
for(dbms in testDatabases) { for(dbms in testDatabases) {