Skip to content

Commit

Permalink
tests: use the real name of the videoscale test in GST_REGISTRY
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
quaresmajose committed May 14, 2021
1 parent 3f5d580 commit 56380af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check/meson.build
Expand Up @@ -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_PLUGIN_LOADING_WHITELIST', 'gstreamer',
'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)

test(vscale_test_name, exe, env: env, timeout: 3 * 60)
Expand Down

0 comments on commit 56380af

Please sign in to comment.