diff options
Diffstat (limited to 'util/regress')
-rwxr-xr-x | util/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress index 27d09c0c3..34e58d6d7 100755 --- a/util/regress +++ b/util/regress @@ -133,7 +133,7 @@ if options.jobs != 1: if options.keep_going: scons_opts += ' -k' -cmd = 'scons IGNORE_STYLE=True %s %s' % (scons_opts, ' '.join(targets)) +cmd = 'scons --ignore-style %s %s' % (scons_opts, ' '.join(targets)) if options.no_exec: print cmd else: |