mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Fix typo in kangax runner python file
Signed-off-by: Bela Toth tbela@inf.u-szeged.hu
This commit is contained in:
parent
a7e53a4524
commit
66d95455d7
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def kangax_setup():
|
|||
|
||||
def main():
|
||||
parser = ArgumentParser(description='Kangax runner for the Escargot engine')
|
||||
parser.add_argument('--suite', nargs='?', default='""', choices=['es6', 'es6plus'], help='Run kangax suite (choices: %(choices)s)')
|
||||
parser.add_argument('--suite', nargs='?', default='""', choices=['es6', 'es2016plus'], help='Run kangax suite (choices: %(choices)s)')
|
||||
parser.add_argument('--engine', nargs='?', default='local', help='Define escargot path. Leave empty for project root ./escargot file')
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue