1
0
mirror of https://github.com/proot-me/proot-rs.git synced 2025-02-06 15:29:43 +00:00
imlk a969765793 test: fix deadlock in unit test
The current unit test still occasionally deadlocks. Which is caused by
a global mutex in `std::sys_common::backtrace::print()`.
The root cause of deadlocks is the use of `fork()` in a multi-threaded
test environment. In this commit we limit the cargo test to run one unit
test at a time by setting `--test-threads=1`.
2022-07-14 11:13:47 -04:00
..
2021-08-19 23:02:10 -04:00
2022-07-14 11:13:47 -04:00