From 57aaae29d746388980ea7c590aaeeaf3d9c4ad7e Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Mon, 2 Sep 2024 15:34:24 +0200 Subject: [PATCH] jhbuild: restore unset environment variables --- scripts/container-only/wkdev-test-host-integration | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/container-only/wkdev-test-host-integration b/scripts/container-only/wkdev-test-host-integration index 05694e5..5d5b019 100755 --- a/scripts/container-only/wkdev-test-host-integration +++ b/scripts/container-only/wkdev-test-host-integration @@ -110,6 +110,11 @@ run() { run_test "Test PulseAudio: (should work if it works on the host)" \ pactl info + # Our self-compiled GStreamer interferes with the system-provided one, avoid that for testing epiphany. + unset GST_PLUGIN_PATH_1_0 + unset GST_PLUGIN_SCANNER + unset LD_LIBRARY_PATH + run_test "Test Epiphany browser: (try youtube.com, CSS 3D demos, WebGL, etc.)" \ epiphany }