diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-26 15:25:12 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-07-26 15:25:12 -0400 |
| commit | bbc91111375e5ecd2be708fe8c2baea88093eb1a (patch) | |
| tree | 8733ae289efa3bf75037829147e76e47fa9a769d /eztester.h | |
| parent | bf52a4a4ab8db88575083202bb16aa03f7952ce2 (diff) | |
FEAT: worker now raises SIGSTOP while waiting for work
Diffstat (limited to 'eztester.h')
| -rw-r--r-- | eztester.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ void eztester_run(eztester_list *test_list, const eztester_behavior behavior); /* Wrapper for `system` function * - * if command is null return the availability of a shell (negated result of system's behavior) + * if command is null return the availability of a shell (negated result of + * system's behavior) * * If command is not null return the exit status of the process */ |
