Skip to content
Snippets Groups Projects
Commit 438944db authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov Committed by Yaroslav Dynnikov
Browse files

test: bypass cargo test args into the inner test

parent 79369d73
No related branches found
No related tags found
1 merge request!257test: bypass cargo test args into the inner test
Pipeline #12190 passed
fn main() {
let status = std::process::Command::new(env!("CARGO_BIN_EXE_picodata"))
.arg("test")
.args(std::env::args().skip(1))
.status()
.unwrap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment