Bug 1192235 - Update misleading mochitest usage string, r=chmanchester, DONTBUILD

--HG--
extra : commitid : vPzPVmJn6u
extra : rebase_source : 1968f4b433ff67d84789a721ab4f0eb96e7cdf57
extra : amend_source : b9f917da7d2c202827cf69fb99cc3d439f0f3a0c
This commit is contained in:
Andrew Halberstadt 2015-08-07 10:19:32 -04:00
Родитель 8238eb63a4
Коммит fc0a211e9e
1 изменённых файлов: 1 добавлений и 8 удалений

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

@ -1128,14 +1128,7 @@ container_map = {
class MochitestArgumentParser(ArgumentParser):
"""
Usage instructions for Mochitest.
All arguments are optional.
If --chrome is specified, chrome tests will be run instead of web content tests.
If --browser-chrome is specified, browser-chrome tests will be run instead of web content tests.
See <http://mochikit.com/doc/html/MochiKit/Logging.html> for details on the logging levels.
"""
"""%(prog)s [options] [test paths]"""
_containers = None
context = {}