nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.2k stars 97 forks source link

nextest-metadata is outdated (`--format`) #846

Closed kdy1 closed 1 year ago

kdy1 commented 1 year ago
let tests = ListCommand::new()
            .exec()
            .context("failed to get the list of tests using nextest")?;

The code above fails because ListCommand specifies --format

https://github.com/nextest-rs/nextest/blob/651bcaed8378b4daa4a36ac5782f050cc55e10dc/nextest-metadata/src/test_list.rs#LL83

sunshowers commented 1 year ago

Thank you for filing this! That should be --message-format.

Would you like to submit a PR with a test? If not I can try getting to it some time this weekend.