diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-08-14 23:41:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:36 -0500 |
commit | 1ace9b6ec0949aea9ca5897724b1acca8eee57d9 (patch) | |
tree | 03faa96563d37f85335d256019ccaa6dc37a1bc9 /source4/script/tests | |
parent | c846d461fa1edb97219be87c4ba37e97e85dd488 (diff) | |
download | samba-1ace9b6ec0949aea9ca5897724b1acca8eee57d9.tar.gz samba-1ace9b6ec0949aea9ca5897724b1acca8eee57d9.tar.bz2 samba-1ace9b6ec0949aea9ca5897724b1acca8eee57d9.zip |
r17543: Patch from Martin Kühl <martin.kuehl@gmail.com> to extend the
samba3sam test cases for ldb_map, and to include this into our default
'make test'.
(This used to be commit f69a842314b3d5c57c3fa1f5b1bae3ee6d42da2b)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_ejs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |