Files
wmic/Samba/source/script/tests/tests_xterm.sh
T

12 lines
343 B
Bash
Raw Normal View History

2019-02-16 00:16:52 +01:00
#!/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'