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

tridge at samba.org tridge at samba.org
Mon Jul 11 00:40:47 GMT 2005


Author: tridge
Date: 2005-07-11 00:40:46 +0000 (Mon, 11 Jul 2005)
New Revision: 8300

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

Log:
get the js include path right in selftest


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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-07-11 00:30:21 UTC (rev 8299)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-07-11 00:40:46 UTC (rev 8300)
@@ -68,7 +68,7 @@
 	pid directory = $PIDDIR
 	ncalrpc dir = $NCALRPCDIR
 	lock dir = $LOCKDIR
-	js include = $LIBDIR/js
+        js include = $SRCDIR/scripting/libjs
 	name resolve order = bcast
 	interfaces = lo*
 

Modified: branches/SAMBA_4_0/source/script/tests/test_ejs.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2005-07-11 00:30:21 UTC (rev 8299)
+++ branches/SAMBA_4_0/source/script/tests/test_ejs.sh	2005-07-11 00:40:46 UTC (rev 8300)
@@ -21,6 +21,6 @@
 export PATH
 
 for f in samr.js echo.js; do
-    testit "$f" $SCRIPTDIR/$f ncacn_np:$SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
+    testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncacn_np:$SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1`
 done
 



More information about the samba-cvs mailing list