Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/run.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-15 22:49:16 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-15 22:49:16 (GMT)
commitc6206d0f80d5961b5d52a5b03765acdad2c22f7e (patch)
treee29e37651a76e0858d6a580a1e7e9bd3cf4c770f /devbot/run.py
parent15882010491d9f2de6fb43f1c40d753b386c0e2b (diff)
Factor out part of xdg home setup to sugar-runner
This is because sugar-runner should work also outside sugar-build.
Diffstat (limited to 'devbot/run.py')
-rw-r--r--devbot/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/run.py b/devbot/run.py
index 5d2742a..110fe1a 100644
--- a/devbot/run.py
+++ b/devbot/run.py
@@ -14,7 +14,7 @@ from devbot import config
def run(command):
environ.setup()
- args = [command]
+ args = [command, "--home-dir", config.home_dir]
resolution = config.get_pref("RESOLUTION")
if resolution: