diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-18 14:14:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-18 14:14:18 -0700 |
commit | e2e94262c8b2ea1d96a480ed5690e328f316bfee (patch) | |
tree | 34c04a3a6e4745ab2786ccaf6a2ba433b19aea19 /tests | |
parent | 5cd4da6dee62390975cd589498ecca381bfe6cbb (diff) | |
parent | ca5203f0321d0f8591c4eac73c553c95a2a5a7d1 (diff) |
Merge pull request #2237 from waywardmonkeys/runner-help
Update test runner help text.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 26912f25..1f72c0b0 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -790,9 +790,9 @@ To run one of those parts, do something like To run a specific set of tests, you can do things like - python tests/runner.py o1 + python tests/runner.py asm2 -(that runs the o1 (-O1) tests). You can run individual tests with +(that runs the asm2 (asm.js, -O2) tests). You can run individual tests with python tests/runner.py test_hello_world |