mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
validate:launcher: Mention testsuite implementation in the help
This commit is contained in:
parent
72dedae65d
commit
6309f8168a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue