summaryrefslogtreecommitdiff
path: root/selftest/in_screen
AgeCommit message (Collapse)AuthorFilesLines
2010-11-05fix in_screen so that it works on os that don't chdir to $PWDMatthieu Patou1-0/+1
That's the case on freebsd 7.2 Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Nov 5 09:27:19 UTC 2010 on sn-devel-104
2010-10-10build: make make tests SCREEN=1 work on freebsdMatthieu Patou1-2/+15
2010-10-02s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell1-3/+15
this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc")
2010-10-02s4-selftest: added --screen option for testAndrew Tridgell1-0/+54
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