From 61a90d99fb37adcaed0cd9e5fc5523f878f5def8 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 16 Sep 2017 19:18:01 +0200 Subject: [PATCH] Disable creating a user_data_dir in the test environment The code should be able to cope with this --- util/ci/commonbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ci/commonbuild b/util/ci/commonbuild index 3df33a5ae2..07d13d0da7 100644 --- a/util/ci/commonbuild +++ b/util/ci/commonbuild @@ -4,7 +4,7 @@ mkdir build; cd build; export TZ="America/Los_Angeles"; -mkdir -p /root/.local/share; +#mkdir -p /root/.local/share; if [[ "$BUILDTYPE" == "cmake-make" ]]; then cmake ../gnucash