зеркало из https://github.com/mozilla/gecko-dev.git
[JAEGER] Bug 589349 tweak: set default --jitflags to 'j' to keep old behavior by default and avoid tinderbox orange due to recursion count difference
This commit is contained in:
Родитель
2f6b158dd3
Коммит
deaa971be5
|
@ -299,7 +299,7 @@ if __name__ == '__main__':
|
|||
help='Enable the |valgrind| flag, if valgrind is in $PATH.')
|
||||
op.add_option('--valgrind-all', dest='valgrind_all', action='store_true',
|
||||
help='Run all tests with valgrind, if valgrind is in $PATH.')
|
||||
op.add_option('--jitflags', dest='jitflags', default='j,m,mj',
|
||||
op.add_option('--jitflags', dest='jitflags', default='j',
|
||||
help='Example: --jitflags=j,mj to run each test with -j and -m -j')
|
||||
(OPTIONS, args) = op.parse_args()
|
||||
if len(args) < 1:
|
||||
|
|
Загрузка…
Ссылка в новой задаче