diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-10-03 23:13:45 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-10-03 23:13:45 -0400 |
| commit | e033b0fb1c2b90cb7e744bf9972f42b18b683eb6 (patch) | |
| tree | ce07675430cb50ea3102e5ad17c9d3b31666c8fb /eztester.h | |
| parent | a033103e60aca0c17afa6117e8e46b197aa90109 (diff) | |
Redirect stdout and stderr from worker process to a temporary file.
The temporary files are printed for premature exits or test failures.
Diffstat (limited to 'eztester.h')
| -rw-r--r-- | eztester.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,4 +77,4 @@ ez_status ez_always_fail_test(); // always return error ez_status ez_always_error_test(); -#endif +#endif // _EZTESTER_H |
