From fd832239d3be2c6b15533aa60e5f1242067e0fac Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 17 Nov 2012 19:51:04 +0000 Subject: Don't use SUGAR_BUILDBOT in devbot To keep it generic --- (limited to 'commands/check-system') diff --git a/commands/check-system b/commands/check-system index de7eb71..76914fb 100755 --- a/commands/check-system +++ b/commands/check-system @@ -32,4 +32,9 @@ def apply_ubuntu_tweaks(): if distro.get_distro_name() == "ubuntu": apply_ubuntu_tweaks() -system.check(update=args.update, remove=args.remove, test=args.test) +interactive = "SUGAR_BUILDBOT" not in os.environ + +system.check(update=args.update, + remove=args.remove, + test=args.test, + interactive=interactive) -- cgit v0.9.1