sanitycheck: fix spammy build output
VERBOSE if set to any value enables verbose build output,
setting to 0 does not have the intended effect.
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
diff --git a/scripts/sanitycheck b/scripts/sanitycheck
index e9fae0f..ce0079c 100755
--- a/scripts/sanitycheck
+++ b/scripts/sanitycheck
@@ -913,7 +913,7 @@
else:
generator = "Unix Makefiles"
generator_cmd = "$(MAKE)"
- verb = "VERBOSE=1" if VERBOSE else "VERBOSE=0"
+ verb = "VERBOSE=1" if VERBOSE else ""
if phase == 'running':
return MakeGenerator.MAKE_RULE_TMPL_RUN.format(