print server log on stderr as well as to log file
authorAndrew Tridgell <tridge@samba.org>
Wed, 12 Aug 2009 04:38:55 +0000 (14:38 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 12 Aug 2009 04:38:55 +0000 (14:38 +1000)
commit0ae3912f328250703e921ec78eb9add98cbfcf7c
tree5c84f03ad809fc12d4aca5d386454c46499a8143
parent7bc566a88277ecbc0f712b7c54116163930f187d
print server log on stderr as well as to log file

I think we are missing some important messages from the server during
'make test' because we don't show the log file contents during
runs. This patch uses tee to put the log messages to stderr so we can
see any server messages associated with the test that caused them.
selftest/target/Samba4.pm