tests: write logs to files
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 12 Dec 2012 12:26:38 +0000 (14:26 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 12 Dec 2012 16:06:12 +0000 (11:06 -0500)
commit88838185917f29aba2273b5081ddd4e8803103b1
tree8d346370f04f2dfaba0fd46cae841bae9d937fda
parent0f60a33000cb2cd7ad61c58941bd8d3482db173a
tests: write logs to files

This cleans up the 'make check' output considerably. When all goes well,
you will only see the "PASS" line for each of $TESTS.

Weston logs into a separate file than stdout and stderr, so server logs
end up in one file per test, and other output to another file per test.

'make distclean' does not remove the tests/logs/ directory.

Also changes the weston-tests-env interpreter to bash, since I think &>
and ${1/.la/.so} might be bashisms.
tests/.gitignore
tests/weston-tests-env