Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/e2e/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ mkdir -p "${EXT_DIR}"
unzip -q /ext.zip -d "${EXT_DIR}"
echo " installed ${UUID}"

# Compile schemas — the zip ships only the .xml (e.g.o. requirement);
# we must compile locally before GNOME Shell tries to load them.
glib-compile-schemas "${EXT_DIR}/schemas/"

# Start Xvfb for X11 mode before the dbus session
XVFB_PID=""
if [ "${MODE}" = "x11" ]; then
Expand Down
Loading