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

mimir at samba.org mimir at samba.org
Mon May 15 22:35:19 GMT 2006


Author: mimir
Date: 2006-05-15 22:35:17 +0000 (Mon, 15 May 2006)
New Revision: 15627

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

Log:
Disabling test of ejsnet till the time I find the reason why
it's segfaulting. It's late so I just don't want to keep the
build farm all in red PANIC messages.


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-05-15 21:50:53 UTC (rev 15626)
+++ branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2006-05-15 22:35:17 UTC (rev 15627)
@@ -24,7 +24,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 "winreg" scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 



More information about the samba-cvs mailing list