mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: Let people know the testsuite starts running
Now that we do not print infos about successful tests when redirecting.
This commit is contained in:
parent
ba9b2c5ec5
commit
71d2e3f418
1 changed files with 2 additions and 0 deletions
|
@ -1769,6 +1769,8 @@ class _TestsLauncher(Loggable):
|
||||||
all_tests = self.list_tests()
|
all_tests = self.list_tests()
|
||||||
self.all_tests = all_tests
|
self.all_tests = all_tests
|
||||||
self.total_num_tests = len(self.all_tests)
|
self.total_num_tests = len(self.all_tests)
|
||||||
|
if not sys.stdout.isatty():
|
||||||
|
printc("\nRunning %d tests..." % self.total_num_tests, color=Colors.HEADER)
|
||||||
|
|
||||||
self.reporter.init_timer()
|
self.reporter.init_timer()
|
||||||
alone_tests = []
|
alone_tests = []
|
||||||
|
|
Loading…
Reference in a new issue