[Bug 777982] New: validate: validate/launcher_tests failing if not in uninstalled shell

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 31 13:08:22 UTC 2017


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

            Bug ID: 777982
           Summary: validate: validate/launcher_tests failing if not in
                    uninstalled shell
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-devtools
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gdesmott at gnome.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

"mesontest -C build --suite  gst-devtools  validate/launcher_tests" is failing
when called outside of the 'uninstalled' shell:

ERROR 14:06:24 gstvalidatetestmanager validate init: None not found
(subprojects/gst-devtools/validate/launcher/apps/gstvalidate.py:568)

The problem is here:
GST_VALIDATE_COMMAND = which("gst-validate-1.0", options.validate_tools_path)

which() doesn't find gst-validate-1.0 in $PATH so None is returned.

Should ./tests/launcher_tests/meson.build update $PATH?

-- 
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