grails - Why does clean compile "test-app -unit -integration" run tests twice? -


in jenkins job, grails target does:

clean compile "test-app -unit -integration" 

and outputs tests results twice.

i check .jenkins/jobs/myjob/target/test-reports

and there xml corresponding tests there no duplication. likes executes once. same console log - can see test execute once.

however, when @ build results on jenkins tests duplicated.

i go to:

.jenkins/myjob/builds/buildnumber/junitresult.xml 

and can see tests duplciated in this.

so if when jenkins creates junitresult.xml file copies tests.

any ideas why?


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -