aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Check build.xml files to ensure they fail fast when one of their targets fail

Open smlambert opened this issue 2 years ago • 2 comments

This came up in context of JavaTestUtil.java failed to compile, but we continued on to try and run tests. See: https://github.com/adoptium/aqa-tests/blob/master/jck/build.xml

We should check all build.xml files in this repo and add failonerror="true" in targets that need it, much like was done in https://github.com/adoptium/aqa-tests/pull/2179

smlambert avatar Aug 14 '23 14:08 smlambert

Noting that the build-jtrunner target which is how JavaTestUtil is compiled has failonerror="true" set, looking at if it propagated properly.

smlambert avatar Sep 07 '23 12:09 smlambert

Dear @smlambert,

I would like to request that you kindly assign this issue to me. As a beginner open-source contributor, I am eager to take on the challenge and work towards fixing it. Your support and guidance would be greatly appreciated.

Thank you in advance.

Best regards, Rajeev Kumar

rajeevkumar504 avatar Sep 13 '23 20:09 rajeevkumar504