diff options
author | Volker Lendecke <vl@samba.org> | 2013-01-15 11:22:49 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 16:31:35 +0100 |
commit | 6bb7bf9ebb0671be19419ba54955dd929494c8e8 (patch) | |
tree | 4717cc01c71b0faa26a346996442d976605ea867 /source3/script | |
parent | 7f65434559ca241a3b8c2cb7969f63f6512a9ff7 (diff) | |
download | samba-6bb7bf9ebb0671be19419ba54955dd929494c8e8.tar.gz samba-6bb7bf9ebb0671be19419ba54955dd929494c8e8.tar.xz samba-6bb7bf9ebb0671be19419ba54955dd929494c8e8.zip |
test: dbwrap_tool requires --persistent for the registry now
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Jan 15 16:31:35 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_net_registry_check.sh | 2 | ||||
-rwxr-xr-x | source3/script/tests/test_registry_upgrade.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_net_registry_check.sh b/source3/script/tests/test_net_registry_check.sh index 4b2c542034..1e3522d697 100755 --- a/source3/script/tests/test_net_registry_check.sh +++ b/source3/script/tests/test_net_registry_check.sh @@ -13,7 +13,7 @@ SCRIPTDIR="$1" SERVERCONFFILE="$2" NET="$3" CONFIGURATION="$4" -DBWRAP_TOOL="$5" +DBWRAP_TOOL="$5 --persistent" NET="$VALGRIND ${NET:-$BINDIR/net} $CONFIGURATION" 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" |