validate:launcher: Remove spurious print

This commit is contained in:
Thibault Saunier 2019-04-05 10:40:04 -03:00 committed by Thibault Saunier
parent adbbfa1ec1
commit 2fcdc27c3a

View file

@ -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