summaryrefslogtreecommitdiff
path: root/source4/script/tests/tests_xterm.sh
blob: c6a23316f70ea8b9b441d108cc24f14070ef6d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
xterm -e 'echo -e "Welcome to the Samba4 Test environment\n\
This matches the client environment used in make test\n\
smbd is pid `cat $PIDDIR/smbd.pid`\n\
\n\
Some useful environment variables:\n\
AUTH=$AUTH\n\
TORTURE_OPTIONS=$TORTURE_OPTIONS\n\
CONFIGURATION=$CONFIGURATION\n\
SERVER=$SERVER\n\
NETBIOSNAME=$NETBIOSNAME" && bash'