Skip to content

Removing hardcoded tmp directories in the integration tests

Alexander Froch requested to merge alfroch-fix-tmp-dir into master

Summary

This MR introduces the following changes

  • Fixes an issue that the integration tests are using the /tmp/umami folder as tmp folder for saving. With two people running this on the same machine, it will create issues. Removing the hardcoded tmp folder and replace it with the tempfile folders.

Conformity

Edited by Alexander Froch

Merge request reports