[docs] Fix small typo in docs about automated tests

Change-Id: I417498304c72eedb7680cd0e646db04f3574c4de
This commit is contained in:
Valerii Kovalchuk 2016-05-23 12:19:19 +03:00
parent 3a31b844ab
commit 1835767e42

View File

@ -98,7 +98,7 @@ All tests are kept in *sanity_check.py* and divided into 10 test suites:
To specify which tests/suite to run, pass test/suite names on the command line:
* to run all tests: ``nosetests sanity_check.p``
* to run all tests: ``nosetests sanity_check.py``
* to run a single suite: ``nosetests sanity_check.py:<test suite name>``
* to run a single test: ``nosetests sanity_check.py:<test suite name>.<test name>``