mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-10 00:48:33 +01:00
tests: Use <STDERR< and >STDERR> as markers.
Increases contrast to "stderr" output string.
This commit is contained in:
@@ -64,8 +64,8 @@ run_test() {
|
||||
export COLORED_STDERR_FDS
|
||||
|
||||
# Change pre/post strings for simpler testing.
|
||||
COLORED_STDERR_PRE='>stderr>'
|
||||
COLORED_STDERR_POST='<stderr<'
|
||||
COLORED_STDERR_PRE='>STDERR>'
|
||||
COLORED_STDERR_POST='<STDERR<'
|
||||
export COLORED_STDERR_PRE
|
||||
export COLORED_STDERR_POST
|
||||
# And force writes to a file (unless we are testing the force).
|
||||
|
||||
Reference in New Issue
Block a user