From: Thibault Saunier Date: Tue, 8 Sep 2020 14:39:10 +0000 (-0300) Subject: ges: Fix a copy/paste mistake in meson file X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ba222c46be9d2dfce2dfda3f57af79fb7572b18;p=platform%2Fupstream%2Fgst-editing-services.git ges: Fix a copy/paste mistake in meson file Passed unnoticed because we built against GstValidate Fixes https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/issues/119 Part-of: --- diff --git a/tests/check/meson.build b/tests/check/meson.build index 7aa6dca..4d7699e 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -123,7 +123,6 @@ if build_gir env.set('CK_DEFAULT_TIMEOUT', '20') env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), 'scenarios')) env.set('GST_PLUGIN_PATH_1_0', [meson.build_root()] + pluginsdirs) - env.set('GST_VALIDATE_LOGSDIR', meson.current_build_dir() / scenario) env.set('GI_TYPELIB_PATH', meson.current_build_dir() / '..' / '..' / 'ges') test('pythontests', runtests, args: ['--pyunittest-dir', meson.current_source_dir(), 'pyunittest', '--dump-on-failure'],