summaryrefslogtreecommitdiff
path: root/cpp/test/FreezeScript/dbmap/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/FreezeScript/dbmap/run.py')
-rwxr-xr-xcpp/test/FreezeScript/dbmap/run.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py
index 1cbc620a9dc..305be843ca8 100755
--- a/cpp/test/FreezeScript/dbmap/run.py
+++ b/cpp/test/FreezeScript/dbmap/run.py
@@ -20,8 +20,12 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
+
transformdb = os.path.join(TestUtil.getCppBinDir(), "transformdb")
+if TestUtil.appverifier:
+ TestUtil.setAppVerifierSettings([transformdb])
+
dbdir = os.path.join(os.getcwd(), "db")
TestUtil.cleanDbDir(dbdir)
@@ -138,3 +142,5 @@ if os.system(command) != 0:
print "ok"
+if TestUtil.appverifier:
+ TestUtil.appVerifierAfterTestEnd([transformdb])