From 1ace9b6ec0949aea9ca5897724b1acca8eee57d9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 14 Aug 2006 23:41:10 +0000 Subject: r17543: Patch from Martin Kühl to extend the samba3sam test cases for ldb_map, and to include this into our default 'make test'. (This used to be commit f69a842314b3d5c57c3fa1f5b1bae3ee6d42da2b) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source4/script/tests/test_ejs.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/script') diff --git a/source4/script/tests/test_ejs.sh b/source4/script/tests/test_ejs.sh index b4370b0384..aabefcf233 100755 --- a/source4/script/tests/test_ejs.sh +++ b/source4/script/tests/test_ejs.sh @@ -16,6 +16,7 @@ incdir=`dirname $0` . $incdir/test_functions.sh SCRIPTDIR=../testprogs/ejs +DATADIR=../testdata PATH=bin:$PATH export PATH @@ -28,6 +29,8 @@ testit "ejsnet.js" $SCRIPTDIR/ejsnet.js $CONFIGURATION -U$USERNAME%$PASSWORD $DO testit "ldb.js" $SCRIPTDIR/ldb.js `pwd` $CONFIGURATION || failed=`expr $failed + 1` +testit "samba3sam.js" $SCRIPTDIR/samba3sam.js `pwd` $DATADIR/samba3/ || failed=`expr $failed + 1` + testit "winreg" scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` testok $0 $failed -- cgit