Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.50
-
None
Description
The run-tests.sh script deletes and creates projects. It's supposed to run on a new image or empty box.
However, if you run this locally to test if everything runs smooth there are a few issues:
- The script throws errors when deleting non-existing projects
- The script deletes and creates projects when you have HOP_CONFIG_FOLDER set
- The script updates auditing information when you have HOP_AUDIT_FOLDER set
- The script should consider using $$ for creating temporary files and folders to make sure no old result files are dragged into the mix