diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-03-18 16:22:43 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-03-18 16:22:43 +0700 |
commit | ca5203f0321d0f8591c4eac73c553c95a2a5a7d1 (patch) | |
tree | 4dab5e9fa4c65413f7aab8ea2e66f63628c1b49d /tests | |
parent | 0b04c1ed0860b41fd5ddeea701adf52a6d2f7f35 (diff) |
Update test runner help text.
There is no more o1 test target.
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 |