Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommands/run5
1 files changed, 4 insertions, 1 deletions
diff --git a/commands/run b/commands/run
index dfc8b7a..e08a1c2 100755
--- a/commands/run
+++ b/commands/run
@@ -6,8 +6,11 @@ import sys
import common
from devbot import run
-from devbot import config
+from devbot import build
common.setup()
+if not build.build():
+ sys.exit(1)
+
run.run("sugar-runner")