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

tridge at samba.org tridge at samba.org
Tue Aug 30 02:15:53 GMT 2005


Author: tridge
Date: 2005-08-30 02:15:52 +0000 (Tue, 30 Aug 2005)
New Revision: 9776

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

Log:
 r11609 at blu:  tridge | 2005-08-30 12:20:11 +1000
 make the selftest script a bit less existential

Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/script/tests/test_functions.sh


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: svk:merge
   - a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11607
   + a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11609

Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-08-30 02:11:56 UTC (rev 9775)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-08-30 02:15:52 UTC (rev 9776)
@@ -26,11 +26,11 @@
 				rm -f $SOCKET_WRAPPER_DIR/*
 			fi
 			if [ x"$ret" = x"0" ];then
-				echo "smbd exists with status $ret";
-				echo "smbd exists with status $ret" >>$SMBD_TEST_LOG;
+				echo "smbd exits with status $ret";
+				echo "smbd exits with status $ret" >>$SMBD_TEST_LOG;
 			elif [ x"$ret" = x"137" ];then
-				echo "smbd got SIGXCPU and exists with status $ret!"
-				echo "smbd got SIGXCPU and exists with status $ret!">>$SMBD_TEST_LOG;
+				echo "smbd got SIGXCPU and exits with status $ret!"
+				echo "smbd got SIGXCPU and exits with status $ret!">>$SMBD_TEST_LOG;
 			else
 				echo "smbd failed with status $ret!"
 				echo "smbd failed with status $ret!">>$SMBD_TEST_LOG;



More information about the samba-cvs mailing list