Rev 11685: Reintroduce summary for testenv, remove old (no longer used) file. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Tue Mar 6 23:21:04 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11685
revision-id: jelmer at samba.org-20070306232050-g5jm91tqennsw1a5
parent: svn-v2:21729 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-03-07 00:20:50 +0100
message:
  Reintroduce summary for testenv, remove old (no longer used) file.
removed:
  source/script/tests/tests_xterm.sh svn-v2:18774 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftests_xterm.sh
modified:
  source/script/tests/testenv.pl svn-v2:21707 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftestenv.pl
=== removed file 'source/script/tests/tests_xterm.sh'
--- a/source/script/tests/tests_xterm.sh	2007-03-05 21:28:55 +0000
+++ b/source/script/tests/tests_xterm.sh	1970-01-01 00:00:00 +0000
@@ -1,11 +0,0 @@
-#!/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'

=== modified file 'source/script/tests/testenv.pl'
--- a/source/script/tests/testenv.pl	2007-03-05 21:28:55 +0000
+++ b/source/script/tests/testenv.pl	2007-03-06 23:20:50 +0000
@@ -28,5 +28,15 @@
 
 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);
+



More information about the samba-cvs mailing list