nushell/tests/shell
Douglas 86f7f53f85
Run SHLVL tests sequentially (#14727)
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.
2025-01-02 23:22:04 -05:00
..
environment Run SHLVL tests sequentially (#14727) 2025-01-02 23:22:04 -05:00
pipeline Add proper config defaults for hooks (#14341) 2024-11-14 20:27:26 -08:00
mod.rs Make the --no-newline test use --no-config-file as well (#14654) 2024-12-22 13:55:03 +01:00
repl.rs Fix merging child stack into parent (#12426) 2024-04-06 15:03:22 +00:00