Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'commands/check-system')
-rwxr-xr-xcommands/check-system3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/check-system b/commands/check-system
index 4ea45d6..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(log_name="check-system", check_args=check_args)