gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fix PATH for sele


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix PATH for selenium builder
Date: Wed, 29 Mar 2017 13:45:45 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a98c965  fix PATH for selenium builder
a98c965 is described below

commit a98c9657fae6bf80a2188f9941f3e81c881e2e72
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 29 13:45:46 2017 +0200

    fix PATH for selenium builder
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f4131cd..3510f5c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -125,7 +125,7 @@ selenium_factory.addStep(ShellCommand(name="selenium",
                                       description="Headless browser test",
                                       descriptionDone="Test finished",
                                       command=["launch_selenium_test"],
-                                      env={'PATH': 
"${HOME}/local/bin:${PATH}"}))
+                                      env={'PATH': 
"${HOME}/local/bin:/usr/lib/chromium:${PATH}"}))
 c['builders'] = []
 
 c['builders'].append(

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]