You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo test -- -Z unstable-options --format junit --logfile out.xml does not output the juint xml to out.xml as specified by --format, but rather the default output of cargo test.
Is this the intended behavior?
Steps
cargo test -- -Z unstable-options --format junit --logfile out.xml
cat out.xml
ok some_test_name <2.280s>
Possible Solution(s)
No response
Notes
No response
Version
cargo 1.65.0 (4bc8f24d3 2022-10-20)
The text was updated successfully, but these errors were encountered:
Problem
Running
cargo test -- -Z unstable-options --format junit --logfile out.xml
does not output the juint xml toout.xml
as specified by--format
, but rather the default output of cargo test.Is this the intended behavior?
Steps
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: