-
Type:
Suggestion
-
Resolution: Answered
-
Component/s: Acceptance Testing
-
None
I have a multi-project build using maven 2. Not all projects in this multi-project build have unit tests.
The build plan is configured to look for test results in */target/surefire-reports/.xml
From the log i can see that the maven 2 build is executed successfully by bamboo.
Bamboo is failing the build due to not found tests:
No failed tests found, a possible compilation error.
Could not find ant Junit test results in the /home/app28/data/xml-data/build-dir/PCQ-TRUNK directory.
This build is doing fine, so why is bamboo failing the build?