diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-09-21 05:42:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:10 -0500 |
commit | 94bd704fba5877d69ca8e9a053396c1d4c3b255f (patch) | |
tree | b24b9a46070f41c476401e072faf04d70c8a8c85 /source4/script | |
parent | df98ee6558e0bd936f85ce016b2eff18d1faf031 (diff) | |
download | samba-94bd704fba5877d69ca8e9a053396c1d4c3b255f.tar.gz samba-94bd704fba5877d69ca8e9a053396c1d4c3b255f.tar.bz2 samba-94bd704fba5877d69ca8e9a053396c1d4c3b255f.zip |
r18774: This allows an automated way to setup the test environment in a shell,
with all the helpful env variables set.
TEST_LDAP=yes script/tests/selftest.sh st/ xterm SOCKET_WRAPPER
Andrew Bartlett
(This used to be commit 1a48fa96bc4b096a72bf5e4455aaa43c63966c10)
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/tests/tests_xterm.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/tests_xterm.sh b/source4/script/tests/tests_xterm.sh new file mode 100644 index 0000000000..30ba44e1a0 --- /dev/null +++ b/source4/script/tests/tests_xterm.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xterm |