validate: launcher: Print test number on result
authorRamiro Polla <ramiro.polla@collabora.co.uk>
Fri, 16 Jan 2015 20:09:37 +0000 (21:09 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 5 Feb 2015 14:18:39 +0000 (15:18 +0100)
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

validate/launcher/baseclasses.py

index 1231c8c..49e8a2e 100644 (file)
@@ -826,6 +826,7 @@ class TestsManager(Loggable):
                 break
 
             test = self.tests_wait()
+            self.print_test_num(test)
             res = test.test_end()
             self.reporter.after_test(test)
             if res != Result.PASSED and (self.options.forever or