summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-09-08 11:39:10 -0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-09-09 03:17:55 +0000
commit2ba222c46be9d2dfce2dfda3f57af79fb7572b18 (patch)
tree6ada4e70f2df277d4b3cb7cf118ed517d567b7dc
parent27bafd4b81305a9f8badfef893608a78be1fd2f9 (diff)
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: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/211>
-rw-r--r--tests/check/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index 7aa6dcaa..4d7699eb 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'],