mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: use the real name of the videoscale test in GST_REGISTRY
The videoscale tests uses the same name as the one used in base tests. Fix this and use the name of the videoscale test on the test environment GST_REGISTRY Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1146>
This commit is contained in:
parent
3f5d580f4e
commit
56380af717
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ foreach group : [1, 2, 3, 4, 5, 6]
|
||||||
env.set('GST_TAG_LICENSE_TRANSLATIONS_DICT', join_paths(gst_tag_dir, 'license-translations.dict'))
|
env.set('GST_TAG_LICENSE_TRANSLATIONS_DICT', join_paths(gst_tag_dir, 'license-translations.dict'))
|
||||||
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer',
|
env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer',
|
||||||
'gst-plugins-base@' + meson.build_root())
|
'gst-plugins-base@' + meson.build_root())
|
||||||
env.set('GST_REGISTRY', join_paths(meson.current_build_dir(), '@0@.registry'.format(test_name)))
|
env.set('GST_REGISTRY', join_paths(meson.current_build_dir(), '@0@.registry'.format(vscale_test_name)))
|
||||||
env.set('GST_PLUGIN_SCANNER_1_0', gst_plugin_scanner_path)
|
env.set('GST_PLUGIN_SCANNER_1_0', gst_plugin_scanner_path)
|
||||||
|
|
||||||
test(vscale_test_name, exe, env: env, timeout: 3 * 60)
|
test(vscale_test_name, exe, env: env, timeout: 3 * 60)
|
||||||
|
|
Loading…
Reference in a new issue