forked from jenkins/jenkins-lib
Update src/ru/pulsar/jenkins/library/utils/VRunner.groovy
This commit is contained in:
parent
1a34a69370
commit
70239dd65e
@ -11,7 +11,7 @@ class VRunner {
|
||||
|
||||
IStepExecutor steps = ContextRegistry.getContext().getStepExecutor()
|
||||
|
||||
String vrunnerBinary = steps.isUnix() ? "vrunner" : "vrunner.bat"
|
||||
String vrunnerBinary = steps.isUnix() ? "xvfb-run -al vrunner" : "vrunner.bat"
|
||||
String vrunnerPath = "oscript_modules/bin/$vrunnerBinary"
|
||||
if (!steps.fileExists(vrunnerPath)) {
|
||||
vrunnerPath = vrunnerBinary
|
||||
|
Loading…
Reference in New Issue
Block a user