Skip to content

Make all test databases root folder point to a valid location

Samuel GAIST requested to merge standardize_test_database_root_folder into master

This will allow the docker tests to more easily setup and cleanup its content.

While the folder is not used as these databases are generative only, docker will create it anyway as mounting a non-exisiting folder will trigger its creation with the daemon ownership applied.

Merge request reports