Skip to content

Commit

Permalink
Try adding to the gsettings shcema dir.
Browse files Browse the repository at this point in the history
Many tests still fail on github actions because of the gsetting setup.
  • Loading branch information
Stefan Sauer committed Feb 10, 2024
1 parent a20d9bc commit 7f08199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.tests.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AM_TESTS_ENVIRONMENT_VARS = \
XDG_CACHE_HOME=$(abs_top_builddir) \
XDG_DATA_HOME=$(abs_top_builddir) \
GSETTINGS_BACKEND=memory \
GSETTINGS_SCHEMA_DIR=$(abs_top_builddir) \
GSETTINGS_SCHEMA_DIR=$(abs_top_builddir):$(GSETTINGS_SCHEMA_DIR) \
NO_AT_BRIDGE=1 \
GST_DEBUG_FILE=/dev/null \
GST_REGISTRY_1_0=$(CHECK_REGISTRY) \
Expand Down

0 comments on commit 7f08199

Please sign in to comment.