mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Disable creating a user_data_dir in the test environment
The code should be able to cope with this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user