Closed dstenger closed 2 years ago
With the new path validation in place, two additional environment variables will have to be set: TE_BASE=can be an empty directory TE_BUILD=root of the Teamengine Java project Otherwise, certain resources cannot be accessed by the tests. I will add documentation for this in the installation.html, if that is ok.
Describe the bug Current master of TEAM Engine cannot be built as unit test TEPathTest is failing:
To Reproduce Steps to reproduce the behavior:
mvn clean install
.Expected behavior Build shall finish successfully.