Skip to content

Commit

Permalink
jhbuild: restore unset environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dpino committed Sep 3, 2024
1 parent 350c7b0 commit 57aaae2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/container-only/wkdev-test-host-integration
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 57aaae2

Please sign in to comment.