Bug 1288716 - Fix jit-test handling of --tbpl argument r=bbouvier

This commit is contained in:
Jon Coppeard 2016-07-22 13:57:20 +01:00
parent d8659edc52
commit 45cd7b63bf

View File

@ -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,