s4-selftest: added --screen option for test
authorAndrew Tridgell <tridge@samba.org>
Sat, 2 Oct 2010 19:43:50 +0000 (12:43 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sun, 3 Oct 2010 04:11:52 +0000 (21:11 -0700)
commitb772871f4c85fe15b62cfca5c3a6d1f1a66540d6
treee27e33b20d8e8beb433e547c82665f9213bb855a
parent507c413e488dfe374870bae3af0d89c3b015add2
s4-selftest: added --screen option for test

you can now do:

  make test TESTS="some test" SCREEN=1

while in GNU screen, and all the samba servers will launch in their
own new screen, named after the server name.

You can also do:

  make test TESTS="some test" SCREEN=1 VALGRIND_SERVER=1

to run valgrind on each samba server, or

  make test TESTS="some test" SCREEN=1 GDBTEST=1

to run gdb on each server
selftest/in_screen [new file with mode: 0755]
source4/selftest/wscript