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
It would be nice to mention that when running tests in cross, one needs to prepend their command with the value contained in CARGO_TARGET_*_RUNNER i.e qemu-aarch64 xh
The "wrapper" prefix is taken from the CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUNNER env variable.
I'm not very experienced with Rust, and not familiar with the trycmd code base, so I might have hard times figuring out a way to add ability to optionally prepend commands. But I can take a look later if you give some hints. 🙂
From assert-rs/assert_cmd#139
The text was updated successfully, but these errors were encountered: