Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-13 23:27:52 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-13 23:27:52 (GMT)
commit739dbc76f676673fb8967fc43e9cef711163bfd9 (patch)
treebcf9b67a48dae1f305be05a041bb0eb6bd3013c5
parentf64918bd4741a27dd210bc3be3c0c94c80f652d1 (diff)
parentb162d690ab0d27e868fd9cf2e10fcc39fe368464 (diff)
Merge branch 'master' into testing
-rwxr-xr-xcommands/check-system5
1 files changed, 3 insertions, 2 deletions
diff --git a/commands/check-system b/commands/check-system
index 89c3596..63b86ed 100755
--- a/commands/check-system
+++ b/commands/check-system
@@ -19,6 +19,7 @@ interactive = "SUGAR_BUILDBOT" not in os.environ
check_args = {"update": args.update,
"remove": args.remove,
"test": args.test,
- "interactive": interactive}
+ "interactive": interactive,
+ "lazy": False}
-common.setup(check_args=check_args)
+common.setup(log_name="check-system", check_args=check_args)