From 2fcdc27c3a0a93db4dc23f3af28a25f4e5d1113b Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 5 Apr 2019 10:40:04 -0300 Subject: [PATCH] validate:launcher: Remove spurious print --- validate/launcher/apps/gstvalidate.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index b65218b2f2..5e2b6e5e34 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -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