summaryrefslogtreecommitdiffstats
path: root/selftest/in_screen
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Add support for tmate.Andreas Schneider2014-06-061-1/+7
| | | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jun 6 02:25:52 CEST 2014 on sn-devel-104
* selftest: let "make testenv SCREEN=1" use tmux if it is runningGregor Beck2014-02-111-1/+5
| | | | | | Signed-off-by: Gregor Beck <gbeck@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* fix in_screen so that it works on os that don't chdir to $PWDMatthieu Patou2010-11-051-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
* build: make make tests SCREEN=1 work on freebsdMatthieu Patou2010-10-101-2/+15
|
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-021-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")
* s4-selftest: added --screen option for testAndrew Tridgell2010-10-021-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