tests: Use <STDERR< and >STDERR> as markers.

Increases contrast to "stderr" output string.
This commit is contained in:
Simon Ruderich
2013-06-02 23:41:31 +02:00
parent e091b977de
commit 7108005fff
5 changed files with 18 additions and 18 deletions

View File

@@ -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).