Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)