diff options
Diffstat (limited to 'tests/run-eds-test.sh')
-rwxr-xr-x | tests/run-eds-test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-eds-test.sh b/tests/run-eds-test.sh index 0183350..a9eceed 100755 --- a/tests/run-eds-test.sh +++ b/tests/run-eds-test.sh @@ -32,6 +32,9 @@ export XDG_VIDEOS_DIR=${TEST_TMP_DIR} export QORGANIZER_EDS_DEBUG=On export GIO_USE_VFS=local # needed to ensure GVFS shuts down cleanly after the test is over +export G_MESSAGES_DEBUG=all +export G_DBUS_DEBUG=messages + echo HOMEDIR=${HOME} rm -rf ${XDG_DATA_HOME} |