mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
validate:launcher: Fix printed test number
This commit is contained in:
parent
d1c3607bc3
commit
ca93a4b704
1 changed files with 1 additions and 1 deletions
|
@ -2035,7 +2035,7 @@ class _TestsLauncher(Loggable):
|
|||
|
||||
# Not adding to final report if flakiness is tolerated
|
||||
to_report = not test.allow_flakiness
|
||||
self.print_result(current_test_num, test, retry_on_failure=retry_on_failures)
|
||||
self.print_result(current_test_num - 1, test, retry_on_failure=retry_on_failures)
|
||||
if to_report:
|
||||
self.reporter.after_test(test)
|
||||
if retry_on_failures:
|
||||
|
|
Loading…
Reference in a new issue