From b162d690ab0d27e868fd9cf2e10fcc39fe368464 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 13 Jan 2013 23:27:20 +0000 Subject: Force system check when running the command --- (limited to 'commands/check-system') 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) -- cgit v0.9.1