rusty_fork_test!
can now be use
d in Rust 2018 code.
The following flags to the test process are now understood: --ensure-time
, --exclude-should-panic
, --force-run-in-process
, --include-ignored
, --report-time
, --show-output
.
wait_timeout
has been bumped to 0.2.0
.wait_timeout
crate now requires 0.1.4
rather than 0.1
since the build doesn't work with older versions.std::process::Child
now instead provide a rusty_fork::ChildWrapper
.wait_timeout
on the child process, could cause an unrelated process to get killed if the child exits within the timeout.tempfile
updated to 3.0.