mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
Hook BSD err(), errx(), warn(), warnx(), etc. functions.
err(), errx(), warn(), warnx(), verr(), verrx(), vwarn(), vwarnx() are hooked.
This commit is contained in:
11
tests/example_err.expected
Normal file
11
tests/example_err.expected
Normal file
@@ -0,0 +1,11 @@
|
||||
>STDERR>example_err: error: message: Cannot allocate memory
|
||||
<STDERR<exit code: 0
|
||||
>STDERR>example_err: error: message: Cannot allocate memory
|
||||
<STDERR<exit code: 1
|
||||
>STDERR>example_err: error: message
|
||||
<STDERR<exit code: 0
|
||||
>STDERR>example_err: error: message
|
||||
<STDERR<exit code: 1
|
||||
>STDERR>example_err: warning: message: Cannot allocate memory
|
||||
<STDERR<>STDERR>example_err: warning: message
|
||||
<STDERR<
|
||||
Reference in New Issue
Block a user