]> git.pond.sub.org Git - empserver/commit
tests: Capture player output via journal instead of client
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 31 May 2013 08:41:18 +0000 (10:41 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 31 May 2013 08:52:50 +0000 (10:52 +0200)
commit9ca3fa95b819810c541036b8727670744e2e0b44
treecd0d7b4ce53084d2344063ed995246245c307859
parent1253cccd76d27cc2df369275fea2f2e3bca3d1ee
tests: Capture player output via journal instead of client

Capturing the client's output tests both client and server, which is
nice.  However, player input isn't visible in the resulting file,
which makes it more difficult to understand.

Route player output to journal (econfig key "keep_journal 2"), and
ignore client output.

Separate tests for the client would be useful.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
tests/smoke-test
tests/smoke/journal.log
tests/smoke/smoke.out
tests/test-common.sh