[TrivialFix] Rename run_tests.py to run_tests.sh

Change-Id: Ia71748323f60ec806b1f8cd02f50997ec6e2b23c
This commit is contained in:
Liuqing Jing 2016-04-08 03:30:22 -04:00
parent aba6d1f0da
commit b360c6f61b

View File

@ -68,7 +68,7 @@ theme's ``_variables.scss``::
@import "/themes/default/variables";
Once you have made your changes you must re-generate the static files with
``./run_tests.py -m collectstatic``.
``./run_tests.sh -m collectstatic``.
By default, all of the themes configured by ``AVAILABLE_THEMES`` setting are
collected by horizon during the `collectstatic` process. By default, the themes