mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:tests: Set missing directories for test_registry_upgrade.sh
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
31ee1c5350
commit
39fcdadc0f
@ -89,6 +89,8 @@ registry_upgrade()
|
||||
# create config file
|
||||
echo '[global]' > ${CONFIG_FILE}
|
||||
echo " state directory = ${WORKSPACE}" >> ${CONFIG_FILE}
|
||||
echo " private directory = ${WORKSPACE}" >> ${CONFIG_FILE}
|
||||
echo " lock directory = ${WORKSPACE}" >> ${CONFIG_FILE}
|
||||
|
||||
# set database INFO/version to 1
|
||||
#$DBWRAP_TOOL $REGISTRY store 'INFO/version' uint32 1
|
||||
|
Loading…
Reference in New Issue
Block a user