diff options
Diffstat (limited to 'source4/script/tests/testenv.pl')
-rwxr-xr-x | source4/script/tests/testenv.pl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/source4/script/tests/testenv.pl b/source4/script/tests/testenv.pl index b290aff542..412fc71dab 100755 --- a/source4/script/tests/testenv.pl +++ b/source4/script/tests/testenv.pl @@ -28,5 +28,15 @@ $ENV{TORTURE_OPTIONS} = join(' ', @torture_options); open(DATA, ">$test_fifo"); Samba4::wait_for_start(); -system("xterm"); +system("xterm -e 'echo -e \"Welcome to the Samba4 Test environment +This matches the client environment used in make test +smbd is pid `cat \$PIDDIR/smbd.pid` + +Some useful environment variables: +AUTH=\$AUTH +TORTURE_OPTIONS=\$TORTURE_OPTIONS +CONFIGURATION=\$CONFIGURATION +SERVER=\$SERVER +NETBIOSNAME=\$NETBIOSNAME\" && bash'"); close(DATA); + |