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 15:38:38 +0000 (10:38 -0500)
commitfd51796094c643d708530bf864365cf808cc4713
tree53c9b3fd1fca9f051b0d8937e0884b910179542f
parent15be01ebe674e9b12fbee60fe622dc82b289c380
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