mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 18:23:18 -05:00
Use prepared scripts from build folder in tests.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import static cucumber.runtime.groovy.Hooks.*
|
||||
import static gvm.VertxUtils.*
|
||||
|
||||
baseDir = new File("srv/scripts")
|
||||
baseDir = new File("build/scripts")
|
||||
|
||||
gvmDirEnv = System.getenv('GVM_DIR')
|
||||
if (! gvmDirEnv) {
|
||||
@@ -17,8 +17,6 @@ gvmDir = new File("${gvmDirEnv}")
|
||||
varDir = new File("${gvmDirEnv}/var")
|
||||
broadcastFile = new File("${gvmDirEnv}/var/broadcast")
|
||||
|
||||
scriptPath = 'srv/scripts'
|
||||
|
||||
server = null
|
||||
|
||||
Before(){
|
||||
|
||||
Reference in New Issue
Block a user