validate:launcher: Mention testsuite implementation in the help
authorThibault Saunier <tsaunier@gnome.org>
Tue, 24 Feb 2015 18:08:12 +0000 (19:08 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 24 Feb 2015 19:34:43 +0000 (20:34 +0100)
validate/launcher/main.py

index a643983..1c5be15 100644 (file)
@@ -57,7 +57,8 @@ been compiled against GstValidate.
 2. Default test suite
 ---------------------
 
-A default suite of tests is provided and you can run it pretty simply doing:
+A default suite of tests is provided and is available at: http://cgit.freedesktop.org/gstreamer/gst-integration-testsuites/
+You can run it pretty simply doing:
 
 .    $gst-validate-launch --sync
 
@@ -267,7 +268,7 @@ class LauncherConfig(Loggable):
         if not os.path.exists(self.logsdir):
             os.makedirs(self.logsdir)
 
-        if not self.redirect_logs in ['stdout', 'stderr', False]:
+        if self.redirect_logs not in ['stdout', 'stderr', False]:
             printc("Log redirection (%s) must be either 'stdout' or 'stderr'."
                    % self.redirect_logs, Colors.FAIL, True)
             return False