fixed indent in run_test.sh and added docs

This commit is contained in:
Alexandr Notchenko 2013-08-30 17:11:26 +04:00
parent 6694867feb
commit 22f260c229
2 changed files with 7 additions and 2 deletions

View File

@ -50,6 +50,11 @@ Setup for Nailgun Unit Tests
cd nailgun
./run_tests.sh --no-jslint --no-ui-tests
#. Run the Nailgun flake8 test::
cd nailgun
./run_tests.sh --flake8
Setup for Web UI Tests
----------------------