svn commit: samba r21730 - in branches/SAMBA_4_0: . source/script/tests

jelmer at samba.org jelmer at samba.org
Tue Mar 6 23:23:16 GMT 2007


Author: jelmer
Date: 2007-03-06 23:23:15 +0000 (Tue, 06 Mar 2007)
New Revision: 21730

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21730

Log:
Reintroduce summary for testenv, remove old (no longer used) file.
Removed:
   branches/SAMBA_4_0/source/script/tests/tests_xterm.sh
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/script/tests/testenv.pl


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/script/tests/testenv.pl
===================================================================
--- branches/SAMBA_4_0/source/script/tests/testenv.pl	2007-03-06 23:03:34 UTC (rev 21729)
+++ branches/SAMBA_4_0/source/script/tests/testenv.pl	2007-03-06 23:23:15 UTC (rev 21730)
@@ -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);
+

Deleted: branches/SAMBA_4_0/source/script/tests/tests_xterm.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/tests_xterm.sh	2007-03-06 23:03:34 UTC (rev 21729)
+++ branches/SAMBA_4_0/source/script/tests/tests_xterm.sh	2007-03-06 23:23:15 UTC (rev 21730)
@@ -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'



More information about the samba-cvs mailing list