mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
r18829: Print a nice welcome message when we enter the test environment.
Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5215b834bd
commit
77f1c15d92
@@ -67,6 +67,8 @@ export CONFFILE
|
||||
export SLAPD_CONF
|
||||
export PIDDIR
|
||||
export AUTH
|
||||
export SERVER
|
||||
export NETBIOSNAME
|
||||
|
||||
rm -rf $PREFIX/*
|
||||
mkdir -p $PRIVATEDIR $ETCDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR $LDAPDIR/db
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
#!/bin/sh
|
||||
xterm
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user