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

tridge at samba.org tridge at samba.org
Wed Mar 7 03:10:31 GMT 2007


Author: tridge
Date: 2007-03-07 03:10:30 +0000 (Wed, 07 Mar 2007)
New Revision: 21735

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

Log:

skip the smbclient test until jelmer can take a look at it. The
current test makes no sense with the new test system. For example, it
does "mkdir bla" then "cd bla" then "cd ..", but it now does these as
separate smbclient commands, which makes no sense at all. It even
seems to try to run them in parallel???

The test fails (segfault, plus lots of errors), but gets reported as a
success

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_blackbox.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_blackbox.sh	2007-03-07 02:27:54 UTC (rev 21734)
+++ branches/SAMBA_4_0/source/script/tests/test_blackbox.sh	2007-03-07 03:10:30 UTC (rev 21735)
@@ -20,7 +20,9 @@
 incdir=`dirname $0`
 . $incdir/test_functions.sh
 
-testit "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS"
+# skip the smbclient test until jelmer can work on it. Right now the
+# test makes no sense at all with the new test system (tridge) testit
+# "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS"
 testit "cifsdd" $incdir/../../../testprogs/blackbox/test_cifsdd.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$ADDARGS"
 
 testok $0 $failed



More information about the samba-cvs mailing list