tests: Remove deleted gst-env option from test
authorSebastian Fricke <sebastian.fricke@collabora.com>
Tue, 22 Feb 2022 08:20:38 +0000 (09:20 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 1 Mar 2022 11:33:10 +0000 (11:33 +0000)
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>

tests/python/meson.build

index 14f5af4..2a14fa1 100644 (file)
@@ -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'])