]> git.tuebingen.mpg.de Git - paraslash.git/commit - t/test-lib.sh
test-lib: Write error output to stderr.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 14:16:10 +0000 (16:16 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 14 Jun 2023 19:17:42 +0000 (21:17 +0200)
commit2276684060c12646772b85ce0e2540671660f11f
tree11c2e4f2312b2907bc8fffd5a779f5d4527fe855
parentb00a6578dcddd3651aac667a33cecebbf7761416
test-lib: Write error output to stderr.

This way one can run

make test > /dev/null

to suppress normal output but still see test failures, if any.
t/test-lib.sh