mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
77f1c15d92
Andrew Bartlett
12 lines
343 B
Bash
12 lines
343 B
Bash
#!/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'
|