Bug 1306369 - Update common tasks log parser doc example (#1881)

This commit is contained in:
Jonathan French 2016-09-29 12:49:37 -04:00 коммит произвёл William Lachance
Родитель ce16cabce3
Коммит 86885b0601
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ Or for more control, run each tool individually:
.. code-block:: bash
vagrant ~/treeherder$ py.test tests/
vagrant ~/treeherder$ py.test tests/log_parser/test_utils.py
vagrant ~/treeherder$ py.test tests/log_parser/test_tasks.py
vagrant ~/treeherder$ py.test tests/etl/test_buildapi.py -k test_ingest_builds4h_jobs
To run all tests, including slow tests that are normally skipped, use: