1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

r8300: get the js include path right in selftest

(This used to be commit 0e9e541e1e)
This commit is contained in:
Andrew Tridgell
2005-07-11 00:40:46 +00:00
committed by Gerald (Jerry) Carter
parent 3fb52d1b6e
commit 16e8e96ba8
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ cat >$CONFFILE<<EOF
pid directory = $PIDDIR
ncalrpc dir = $NCALRPCDIR
lock dir = $LOCKDIR
js include = $LIBDIR/js
js include = $SRCDIR/scripting/libjs
name resolve order = bcast
interfaces = lo*

View File

@ -21,6 +21,6 @@ PATH=bin:$PATH
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