From e033b0fb1c2b90cb7e744bf9972f42b18b683eb6 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 3 Oct 2025 23:13:45 -0400 Subject: Implement io capture on worker process Redirect stdout and stderr from worker process to a temporary file. The temporary files are printed for premature exits or test failures. --- eztester.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eztester.h') diff --git a/eztester.h b/eztester.h index d1fbe3c..57faee7 100644 --- a/eztester.h +++ b/eztester.h @@ -77,4 +77,4 @@ ez_status ez_always_fail_test(); // always return error ez_status ez_always_error_test(); -#endif +#endif // _EZTESTER_H -- cgit v1.2.3