summaryrefslogtreecommitdiff
path: root/util/regress
diff options
context:
space:
mode:
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)