taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit af75b65cfd34d4d43d2cedbc7017f946fec67aa6
parent 35428c5764e40be2e2041b66e8e129d074430590
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Jun 2016 15:34:35 +0200

bash launch.sh

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -128,7 +128,7 @@ autoClick.addStep(ShellCommand( name="auto-click", description="Performing demo", descriptionDone="Demo passed", - command=["$HOME/bin/launch_selenium_test.sh"])) + command=["bash", "$HOME/bin/launch_selenium_test.sh"])) from buildbot.config import BuilderConfig