Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-13 23:27:20 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-13 23:27:20 (GMT)
commitb162d690ab0d27e868fd9cf2e10fcc39fe368464 (patch)
treeabf27310aa9b3b6144ed9f00c86d8c3b5ff9ba1c /commands
parent3fdb5129c36303632839aa9453b4d540961fe345 (diff)
Force system check when running the command
Diffstat (limited to 'commands')
-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)