From 80f75d4138029f9d3548c02513aa2484cd400574 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 18 Aug 2005 05:09:26 +0000 Subject: r9377: made winreg a user tool (I find it quite useful). I expect it to get the ability to add/remove keys and values in the future. add it to the standard tests, ensuring that we know if winreg breaks. This is particularly important as winreg uses such unusual IDL constructs (This used to be commit e4ca36bda34cf5e6fecaef5fe60e5dd397ebee3c) --- source4/script/tests/test_ejs.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script') diff --git a/source4/script/tests/test_ejs.sh b/source4/script/tests/test_ejs.sh index 75a47155b7..bec130dc86 100755 --- a/source4/script/tests/test_ejs.sh +++ b/source4/script/tests/test_ejs.sh @@ -24,3 +24,4 @@ for f in samr.js echo.js ldb.js; do testit "$f" $SCRIPTDIR/$f $CONFIGURATION ncalrpc: -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` done +testit "winreg" scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` -- cgit