chiark / gitweb /
Testing: Makefile: always redirect stdin from /dev/null
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 29 Oct 2015 02:07:33 +0000 (02:07 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Nov 2015 21:08:39 +0000 (21:08 +0000)
commit54774bb1b49f08ab9a6c06576fb752095e09b675
tree6257c4afb655f4c99736d2b665079d98dc8d18b5
parenta2d1d2c00b41c075fd61c899c8884c2012817343
Testing: Makefile: always redirect stdin from /dev/null

make -j does this for all but the first job anyway.  If we do it
ourselves we will catch sooner ant silly bugs where we read from
stdin.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/Makefile