Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-10 | build: make make tests SCREEN=1 work on freebsd | Matthieu Patou | 1 | -2/+15 | |
2010-10-02 | s4-selftest: support 'make testenv SCREEN=1' | Andrew Tridgell | 1 | -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-02 | s4-selftest: added --screen option for test | Andrew Tridgell | 1 | -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 |