mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
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 commit is contained in:
committed by
Gerald (Jerry) Carter
parent
57e6bd6139
commit
e4ca36bda3
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user