Skip to content

Commit 1f98176

Browse files
Ramiro Pollatsaunier
authored andcommitted
validate: launcher: Print test number on result
With parallel test execution, it will be hard to track which result relates to which test. Therefore, the test number should be printed along with the results as well. Patch 3/4 to implement parallel test execution. https://bugzilla.gnome.org/show_bug.cgi?id=743063
1 parent a9a3664 commit 1f98176

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

validate/launcher/baseclasses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ def run_tests(self, starting_test_num, total_num_tests):
826826
break
827827

828828
test = self.tests_wait()
829+
self.print_test_num(test)
829830
res = test.test_end()
830831
self.reporter.after_test(test)
831832
if res != Result.PASSED and (self.options.forever or

0 commit comments

Comments
 (0)