validate:launcher: Make validate the only default testsuite
authorThibault Saunier <tsaunier@gnome.org>
Fri, 10 Apr 2015 16:19:40 +0000 (18:19 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 13 Apr 2015 09:27:08 +0000 (11:27 +0200)
Reviewers: Mathieu_Du

Differential Revision: http://phabricator.freedesktop.org/D93

validate/launcher/main.py

index 4335921..74a442e 100644 (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")