diff options
Diffstat (limited to 'source3/script/tests/test_registry_upgrade.sh')
-rwxr-xr-x | source3/script/tests/test_registry_upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_registry_upgrade.sh b/source3/script/tests/test_registry_upgrade.sh index 4e97153fec..f15ac0756c 100755 --- a/source3/script/tests/test_registry_upgrade.sh +++ b/source3/script/tests/test_registry_upgrade.sh @@ -13,7 +13,7 @@ SCRIPT_DIR=$(dirname $0) BASE_DIR="${SCRIPT_DIR}/../../.." NET="$1" -DBWRAP_TOOL="$2" +DBWRAP_TOOL="$2 --persistent" DATADIR="${BASE_DIR}/testdata/samba3" WORKSPACE="${PREFIX}/registry_upgrade" CONFIG_FILE="${WORKSPACE}/smb.conf" |