summaryrefslogtreecommitdiff
path: root/util/regress
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2007-08-12 09:56:05 -0700
committerNathan Binkert <nate@binkert.org>2007-08-12 09:56:05 -0700
commitb92594dd90f54a892771989a8164148e6647c9ab (patch)
tree027f53b4413c6ef3312f3f51657e0f3969ae874e /util/regress
parentcae8d20633c0f43fdae23576adfb894284a7ee86 (diff)
downloadgem5-b92594dd90f54a892771989a8164148e6647c9ab.tar.xz
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
Diffstat (limited to 'util/regress')
-rwxr-xr-xutil/regress2
1 files changed, 1 insertions, 1 deletions
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)