From: Thibault Saunier Date: Fri, 10 Apr 2015 16:19:40 +0000 (+0200) Subject: validate:launcher: Make validate the only default testsuite X-Git-Tag: 1.19.3~491^2~1287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fcee6ed84c9740c6fe1dcbdb9c3a4413102b54b;p=platform%2Fupstream%2Fgstreamer.git validate:launcher: Make validate the only default testsuite Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D93 --- 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")