summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a25ab74..4daafd1 100644
--- 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