mirror of
https://github.com/nushell/nushell
synced 2025-01-12 21:29:07 +00:00
86f7f53f85
Tests for #14707 are causing hangs which are preventing `toolkit test` from completing on some systems. This appears to be due to the use of `-i` to force interactive mode, which is required in order to update the `SHLVL`. Both tests are likely attempting to acquire the terminal at the same time, and one is hanging as a result. This is a temporary fix which runs both of these tests sequentially. It's temporary because we need to find a solution which doesn't use `-i`, since any other future `-it` test will cause the same situation again. |
||
---|---|---|
.. | ||
assets/nu_json | ||
const_ | ||
eval | ||
fixtures | ||
hooks | ||
modules | ||
overlays | ||
parsing | ||
path | ||
plugin_persistence | ||
plugins | ||
repl | ||
scope | ||
shell | ||
main.rs |