validate:launcher: Make validate the only default testsuite

Reviewers: Mathieu_Du

Differential Revision: http://phabricator.freedesktop.org/D93
This commit is contained in:
Thibault Saunier 2015-04-10 18:19:40 +02:00
parent 5a6d6b9475
commit 0fcee6ed84

View file

@ -338,7 +338,7 @@ You can also set default values with:
Note that all testsuite should be inside python modules, so the directory should contain a __init__.py file
""",
default=["validate", "ges"])
default=["validate"])
parser.add_argument("-d", "--debug", dest="debug",
action="store_true",
help="Let user debug the process on timeout")