Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test
diff options
context:
space:
mode:
Diffstat (limited to 'commands/test')
-rwxr-xr-xcommands/test4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/test b/commands/test
index 6a18454..ff4f107 100755
--- a/commands/test
+++ b/commands/test
@@ -5,6 +5,10 @@ import os
import common
from devbot import run
+from devbot import config
common.setup()
+
+os.environ["SUGAR_BUILD_DIR"] = os.path.join(common.base_dir)
+
run.run([os.path.join(common.helpers_dir, "test")])