summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke@collabora.com>2022-02-22 09:20:38 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-03-01 11:33:10 +0000
commit683d0456d9bf0d239abdc336d08ee4d71f027260 (patch)
tree4205fb8e52d16924be2718b8a3fed16d2d2fbd9b /tests
parent0c8ff1a8372518ef45b4b26e411d4f38b9b7e886 (diff)
tests: Remove deleted gst-env option from test
The `gstbuilddir` option has been removed by reverting the commit 879126a3. But the later commit 1babccfe503 uses the option within a test. Remove the mentioned option from the test. Fixes: 1babccfe503 Fix using overrides when not building PyGObject Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1743>
Diffstat (limited to 'tests')
-rw-r--r--tests/python/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/meson.build b/tests/python/meson.build
index 14f5af4b84..2a14fa192f 100644
--- a/tests/python/meson.build
+++ b/tests/python/meson.build
@@ -14,7 +14,6 @@ if run_command(python, '-c', 'import gi', check: false).returncode() != 0
endif
test('python-overrides-devenv', setenv, args: ['--builddir=@0@'.format(meson.project_build_root()),
- '--gstbuilddir=@0@'.format(meson.current_build_dir() / '..' / '..'),
'--srcdir=@0@'.format(meson.project_source_root()),
meson.current_source_dir() / 'python-devenv-overrides.py'])