From 86885b0601439caeee7d4e6281bb2c6605cb7305 Mon Sep 17 00:00:00 2001 From: Jonathan French Date: Thu, 29 Sep 2016 12:49:37 -0400 Subject: [PATCH] Bug 1306369 - Update common tasks log parser doc example (#1881) --- docs/common_tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common_tasks.rst b/docs/common_tasks.rst index e19dbcd59..c72a70b47 100644 --- a/docs/common_tasks.rst +++ b/docs/common_tasks.rst @@ -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: