mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
Bug 1288716 - Fix jit-test handling of --tbpl argument r=bbouvier
This commit is contained in:
parent
d8659edc52
commit
45cd7b63bf
@ -121,7 +121,7 @@ def main(argv):
|
||||
op.add_option('--ion', dest='jitflags', action='store_const', const='ion',
|
||||
help='Run tests once with --ion-eager and once with'
|
||||
' --baseline-eager (equivalent to --jitflags=ion)')
|
||||
op.add_option('--tbpl', dest='jit_flags', action='store_const', const='all',
|
||||
op.add_option('--tbpl', dest='jitflags', action='store_const', const='all',
|
||||
help='Run tests with all IonMonkey option combinations'
|
||||
' (equivalent to --jitflags=all)')
|
||||
op.add_option('-j', '--worker-count', dest='max_jobs', type=int,
|
||||
|
Loading…
Reference in New Issue
Block a user