From 02816d68c81a1869fa5aff8a12fd5f6accc61dbf Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 25 Dec 2012 22:48:05 +0000 Subject: Ensure the build is up to date when running --- (limited to 'commands/run') 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") -- cgit v0.9.1