commit 019b8061bc891ffc5f3986b9ec9be15d6d699e07
parent af75b65cfd34d4d43d2cedbc7017f946fec67aa6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 21 Jun 2016 15:42:37 +0200
still on PATH
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -127,8 +127,9 @@ autoClick = BuildFactory()
autoClick.addStep(ShellCommand(
name="auto-click",
description="Performing demo",
- descriptionDone="Demo passed",
- command=["bash", "$HOME/bin/launch_selenium_test.sh"]))
+ descriptionDone="Demo finished",
+ command=["launch_selenium_test.sh"],
+ env={'PATH': "$HOME/deployment/docker/selenium:$PATH"}))
from buildbot.config import BuilderConfig