debug actions.
This commit is contained in:
parent
1610328836
commit
94ffcba404
|
@ -1,7 +1,8 @@
|
|||
# To run tests for one dbms and one cdmVersion use the variables below
|
||||
# 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", {
|
||||
for(dbms in testDatabases) {
|
||||
|
|
Loading…
Reference in New Issue