-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate junit xml in OpenJcePlusTests #5036
Conversation
@jasonkatonica could you also review this PR? Thanks |
classname="org.apache.tools.ant.launch.Launcher" | ||
fork="true" | ||
failonerror="true" | ||
dir="${basedir}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a timeout
required here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, I added a 60 mins timeout
@@ -114,4 +117,4 @@ | |||
</if> | |||
|
|||
</target> | |||
</project> | |||
</project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new line is needed here.
functional/OpenJcePlusTests/test.xml
Outdated
</junit> | ||
<echo message="ALL TESTS COMPLETED" /> | ||
</target> | ||
</project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new line is needed here.
Signed-off-by: Lan Xia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
<junit>
is used to generate junit xmlrelated: #4979 and #5024 (comment)