mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +02:00
This PR makes a couple of tweaks to the testing support crate: Add the `nu` invocation's exit status to the test output so that one can assert that nu exited with a successful code. This PR was split off of #10232.