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:
committed by
Gerald (Jerry) Carter
parent
3fb52d1b6e
commit
16e8e96ba8
@ -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*
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user