From b92594dd90f54a892771989a8164148e6647c9ab Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 12 Aug 2007 09:56:05 -0700 Subject: style: If IGNORE_STYLE=True is set on the scons command line, ignore style. Use this in the regress script to avoid issues with the checker. --HG-- extra : convert_revision : 562b6a6d73dc46e412d00ba2588af2793335274e --- util/regress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/regress') diff --git a/util/regress b/util/regress index 4d3eddab8..5723eb171 100755 --- a/util/regress +++ b/util/regress @@ -99,7 +99,7 @@ try: if options.jobs != 1: scons_opts += ' -j %d' % options.jobs - system('scons %s %s' % (scons_opts, ' '.join(targets))) + system('scons IGNORE_STYLE=True %s %s' % (scons_opts, ' '.join(targets))) sys.exit(0) -- cgit v1.2.3