mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
validate:launcher: Remove spurious print
This commit is contained in:
parent
adbbfa1ec1
commit
2fcdc27c3a
1 changed files with 1 additions and 2 deletions
|
@ -864,8 +864,7 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
|||
self.add_test(test)
|
||||
|
||||
if not self.tests and not uris and not self.options.wanted_tests:
|
||||
printc(
|
||||
"No valid uris present in the path. Check if media files and info files exist", Colors.FAIL)
|
||||
self.info("No valid uris present in the path. Check if media files and info files exist")
|
||||
|
||||
return self.tests
|
||||
|
||||
|
|
Loading…
Reference in a new issue