From bbc91111375e5ecd2be708fe8c2baea88093eb1a Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 26 Jul 2024 15:25:12 -0400 Subject: FEAT: worker now raises SIGSTOP while waiting for work --- eztester.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eztester.h') diff --git a/eztester.h b/eztester.h index 682d348..c216dd3 100644 --- a/eztester.h +++ b/eztester.h @@ -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 */ -- cgit v1.2.3