build: Preserve stderr for shell tests.
authorLudovic Courtès <ludo@gnu.org>
Wed, 4 May 2016 15:49:32 +0000 (17:49 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 4 May 2016 21:35:55 +0000 (23:35 +0200)
commit4d9ed58498e3acb5bad1c5b862853f72bd3312aa
tree3ee00f56b895458e89d79323bd503db8c9e07ca6
parent958dd3ce68733bcd5c1231424c7e4ad39e67594a
build: Preserve stderr for shell tests.

Fixes a regression introduced in
a9edb211e733b8b34e67ec3b4450567e9376986f where the .log files of the .sh
tests would not contain stderr.

* build-aux/test-env.in: Redirect stderr only when --quiet-stderr is
passed.
* Makefile.am (SCM_LOG_DRIVER): Add --quiet-stderr.
Makefile.am
build-aux/test-env.in