diff options
-rw-r--r-- | testing/buildbot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml index ee82343..b92bdd7 100644 --- a/testing/buildbot.yml +++ b/testing/buildbot.yml @@ -47,6 +47,6 @@ pip: name=buildbot-slave virtualenv={{ venv }} - name: create buildbot environment - command: "{{ venv }}/bin/buildslave create-slave --relocatable + command: "{{ venv }}/bin/buildslave create-slave {{ work }} buildbot.scons.org:9989 {{ builder }} {{ pass }} creates={{ work }}" |