GNOME Bugzilla – Bug 747006
validate:launcher: Fix wrong test number with -j option
Last modified: 2015-06-24 14:44:28 UTC
When '-j n' option is given, first n tests print test number 0. This is caused by test_num part of 919db986052602dca452f05e284cfc857302d4f0 ex) $ gst-validate-launcher -m -j 4 [0 / 319] Launching: validate.file.audiomixer.simple.fast_forward.basic ...... [0 / 319] Launching: validate.file.audiomixer.simple.play_15s.basic ...... [0 / 319] Launching: validate.file.audiomixer.simple.scrub_forward_seeking.basic ...... [0 / 319] Launching: validate.file.audiomixer.simple.seek_backward.basic ...... [0 / 319] validate.file.audiomixer.simple.play_15s.basic: Passed ...... [1 / 319] Launching: validate.file.audiomixer.simple.seek_forward.basic ......
Created attachment 300570 [details] [review] Fix wrong test number with -j option
Thanks for the fix.
commit 4c7ec6b8b13a7c1ec1f8c4e8a9ddab887c1e54aa Author: Young Han Lee <y.lee@lge.com> Date: Mon Mar 30 16:00:09 2015 +0900 validate:launcher: Fix wrong test number with -j option When '-j n' option is given, first n tests print test number 0. This is caused by test_num part of 919db986052602dca452f05e284cfc857302d4f0. https://bugzilla.gnome.org/show_bug.cgi?id=747006