1
0

Update src/ru/pulsar/jenkins/library/utils/VRunner.groovy

This commit is contained in:
krak 2024-05-23 08:02:29 +02:00
parent 1a34a69370
commit 70239dd65e

View File

@ -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