From 7d4da6897c547bafbe41cb7acf5dc2fcf387b4bb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 15 Aug 2006 02:25:10 +0000 Subject: r17547: Add test by mkhl for some of our variable substituion behaviour. Andrew Bartlett (This used to be commit c2c72565e4efef44068c4f176619942f60a9cf6e) --- source4/script/tests/test_ejs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/script/tests') diff --git a/source4/script/tests/test_ejs.sh b/source4/script/tests/test_ejs.sh index aabefcf233..3ad3ed2781 100755 --- a/source4/script/tests/test_ejs.sh +++ b/source4/script/tests/test_ejs.sh @@ -21,6 +21,8 @@ DATADIR=../testdata PATH=bin:$PATH export PATH +testit "base.js" $SCRIPTDIR/base.js || failed=`expr $failed + 1` + for f in samr.js echo.js; do testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` done -- cgit