You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/source/docs/getting_started/test-suite.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ how best to do that.
23
23
Running tests
24
24
=============
25
25
26
-
Run the test suite runner (`test/runner <https://github.com/emscripten-core/emscripten/blob/main/test/runner.py>`_) with no arguments to see the help message:
26
+
Run the test suite runner (`test/runner <https://github.com/emscripten-core/emscripten/blob/main/test/runner.py>`_) with ``--help`` to see the help message:
27
27
28
28
.. code-block:: bash
29
29
30
-
test/runner
30
+
test/runner --help
31
31
32
32
The tests are divided into *modes*. You can run either an entire mode or an
33
33
individual test, or use wildcards to run some tests in some modes. For example:
0 commit comments