From 7ead5ab06cea9f33e954a4579163262f97ea06ff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Jul 2005 00:42:59 +0000 Subject: r8301: use ncalrpc: for ejs tests, to avoid name resolution timeouts as smbd is just starting up (This used to be commit c0bf253d4b33e1dd23ce46f867758351ece83755) --- source4/script/tests/test_ejs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_ejs.sh b/source4/script/tests/test_ejs.sh index 25d1405119..03b43e8f85 100755 --- a/source4/script/tests/test_ejs.sh +++ b/source4/script/tests/test_ejs.sh @@ -21,6 +21,6 @@ PATH=bin:$PATH export PATH for f in samr.js echo.js; do - testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncacn_np:$SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` + testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` done -- cgit