[Bug 776718] meson: prefix tests with component name

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 2 20:55:34 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=776718

--- Comment #5 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
So I tested the current behaviour, and if you run 'mesontest generic/states',
it will run all the 'generic/states' tests:

    $ mesontest generic/states -C build
    ninja: Entering directory '$PWD/build'
    ninja: no work to do.
    Running: generic/states 1/1
    Running: generic/states 1/1
    Running: generic/states 1/1
    $

But there's no way to run one of them in particular, and it's not so easy to
figure out which one failed if one of them failed without proper debugging
messages.

Should definitely do some namespacing upstream since that's the only fool-proof
way to do it.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list