1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-15 04:42:22 +00:00
serenity/Shell/Tests
AnotherTest 715e11f692 Shell: Fix job control and backgrounding
This patchset makes the shell capable of lazily resolving and executing
sequences of commands, to allow for putting logical sequences in the
background.
In particular, it enables And/Or/Sequence nodes to be run in the background,
and consequently unmarks them as `would_execute`.
Doing so also fixes job control to an extent, as jobs are now capable of
having 'tails', so sequences can be put in the background while
preserving their following sequences.
2020-09-09 20:35:21 +02:00
..
builtin-redir.sh Shell: Add some tests for builtin redirection 2020-08-15 20:48:17 +02:00
if.sh Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00
loop.sh Shell: Add a test for loops 2020-07-16 16:01:10 +02:00
sigpipe.sh Shell: Add test for 37d5e3e0df / #3073 2020-08-13 18:45:39 +02:00
special-vars.sh Shell: Add support for ARGV (and $*, $#) 2020-08-04 13:40:58 +02:00
valid.sh Shell: Fix job control and backgrounding 2020-09-09 20:35:21 +02:00