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

mimir at samba.org mimir at samba.org
Wed Dec 13 23:53:44 GMT 2006


Author: mimir
Date: 2006-12-13 23:53:42 +0000 (Wed, 13 Dec 2006)
New Revision: 20164

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

Log:
Disable the test till tomorrow when I find out what caused
the crash.


rafal


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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ejs.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2006-12-13 23:37:22 UTC (rev 20163)
+++ branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2006-12-13 23:53:42 UTC (rev 20164)
@@ -27,7 +27,7 @@
     testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 done
 
-testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DOMAIN ejstestuser || failed=`expr $failed + 1`
+#testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DOMAIN ejstestuser || failed=`expr $failed + 1`
 
 testit "ldb.js" $SCRIPTDIR/ldb.js `pwd` $CONFIGURATION || failed=`expr $failed + 1`
 



More information about the samba-cvs mailing list