Skip to content

Commit

Permalink
Disable creating a user_data_dir in the test environment
Browse files Browse the repository at this point in the history
The code should be able to cope with this
  • Loading branch information
gjanssens committed Sep 16, 2017
1 parent 3a1f7d7 commit 61a90d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ci/commonbuild
Expand Up @@ -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
Expand Down

0 comments on commit 61a90d9

Please sign in to comment.