gstreamer/subprojects/gst-devtools
Alicia Boya García 135f859629 validate: Fix error on GstTest.copy()
Fixes regression introduced in ba61160d6c,
where running check tests with gst-validate-launcher -f would trigger
this exception:

    AttributeError: 'GstCheckTest' object has no attribute 'reports'.
    Did you mean: 'reporter'?

The member `reports` is meant to be just part of GstValidateTest, but
not other subclasses, even though a usage is still found in the base
class GstTest in the method test_end().

This patch introduces an override of the methods copy() and test_end()
in GstValidateTest so that `reports` is copied and cleared respectively,
but only for validate tests.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5281>
2023-09-05 14:16:57 +00:00
..
debug-viewer debug-viewer: Remove unnecessary call to gettext.bind_textdomain_codeset() 2023-07-13 15:07:20 +00:00
docs validate:ssim: fix gst-validate tool name in the example 2023-02-15 23:06:50 +00:00
scripts gst-omx: Retire the whole package 2023-07-16 19:10:03 +00:00
tracer stats: Adapt to new serialization of enums 2023-03-14 04:39:14 +00:00
validate validate: Fix error on GstTest.copy() 2023-09-05 14:16:57 +00:00
.gitignore Move files from gst-devtools into the "subprojects/gst-devtools/" subdir 2021-09-24 16:15:38 -03:00
gst-devtools.doap Release 1.22.0 2023-01-23 19:41:07 +00:00
meson.build Back to development 2023-01-23 23:04:53 +00:00
meson_options.txt tools: Add support for building gstreamer tools against gst-full 2022-03-30 17:43:17 +00:00
NEWS Release 1.22.0 2023-01-23 19:41:07 +00:00
RELEASE Release 1.22.0 2023-01-23 19:41:07 +00:00