]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
testsuite: Don't write ANSI escapes to test output files.
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Sep 2011 01:02:41 +0000 (03:02 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Oct 2011 19:22:53 +0000 (21:22 +0200)
The say() function adds ANSI escape sequences for colors to the output
if stdout is a tty. However, we don't want colors for output written
to a file, so don't use say() in this case.


No differences found