From 2a08b290134eacc803389b20e604792a7e74eac4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Jul 2005 00:19:41 +0000 Subject: r8269: added automatic testing of rpc calls from ejs in 'make test' (This used to be commit c760180119b4ac9307783bc50892a3dc57b2465e) --- source4/script/tests/selftest.sh | 1 + source4/script/tests/test_ejs.sh | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100755 source4/script/tests/test_ejs.sh (limited to 'source4') diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index d99857f2d0..2993b0590e 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -107,6 +107,7 @@ START=`date` bin/nmblookup -U localhost localhost failed=0 + $SRCDIR/script/tests/test_ejs.sh localhost $USERNAME $PASSWORD || failed=`expr $failed + $?` $SRCDIR/script/tests/test_ldap.sh localhost $USERNAME $PASSWORD || failed=`expr $failed + $?` $SRCDIR/script/tests/test_quick.sh //localhost/cifs $USERNAME $PASSWORD "" || failed=`expr $failed + $?` $SRCDIR/script/tests/test_rpc.sh localhost $USERNAME $PASSWORD $DOMAIN || failed=`expr $failed + $?` diff --git a/source4/script/tests/test_ejs.sh b/source4/script/tests/test_ejs.sh new file mode 100755 index 0000000000..83a16c631b --- /dev/null +++ b/source4/script/tests/test_ejs.sh @@ -0,0 +1,23 @@ +#!/bin/sh +# test some simple EJS operations + +if [ $# -lt 3 ]; then +cat <