CircleCI-Public / circleci-cli

Use CircleCI from the command line
https://circleci-public.github.io/circleci-cli/
MIT License
405 stars 233 forks source link

CircleCI CLI policy test command missing timestamp in JUnit output #1048

Closed madrob closed 3 months ago

madrob commented 4 months ago

Meta:

CircleCI CLI Version: 0.1.30163+16acd35 (homebrew)

Operating System: macOS


Current behavior:

Running circleci policy test ./policies --verbose --format junit outputs junit xml but with timestamp missing a value, which errors when read by further tooling.

<testsuite tests="13" failures="0" time="0.007" name="policies" timestamp="">

Expected behavior:

This field should either be omitted or populated with a proper value.

JulesFaucherre commented 3 months ago

Hey @madrob!

Thanks for opening this issue, we're on it.

Getting back to you as soon as it's addressed!

JulesFaucherre commented 3 months ago

The pull request fixing this has been merged so closing the issue, don't hesitate if there is any other issue.