From 0fcee6ed84c9740c6fe1dcbdb9c3a4413102b54b Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 10 Apr 2015 18:19:40 +0200 Subject: [PATCH] validate:launcher: Make validate the only default testsuite Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D93 --- validate/launcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/launcher/main.py b/validate/launcher/main.py index 4335921..74a442e 100644 --- a/validate/launcher/main.py +++ b/validate/launcher/main.py @@ -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") -- 2.7.4