Fix bug in setup test script.
This commit is contained in:
parent
7e08fa1737
commit
ff4f8337f8
|
@ -3,6 +3,6 @@
|
|||
driverPath <- file.path(Sys.getenv("HOME"), "drivers")
|
||||
if(!dir.exists(driverPath)) dir.create(driverPath)
|
||||
|
||||
if(!Sys.getenv("LOCAL_TEST" == "TRUE")) {
|
||||
if(Sys.getenv("LOCAL_TEST") != "TRUE") {
|
||||
DatabaseConnector::downloadJdbcDrivers("all", pathToDriver = driverPath)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue