summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-10-08 22:16:21 -0400
committerBrian Potchik <brian@vector35.com>2020-10-08 22:16:21 -0400
commite145ab8a16ab72b00278f7967a9df5e4af48556e (patch)
tree04fc07aed8c5d54814e5f017b18ca85e635ba04d
parent80a816ceab3aef0bde19fe84284e073bd66ee422 (diff)
Fix unittest saving database during analysis warning.
-rw-r--r--suite/testcommon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/suite/testcommon.py b/suite/testcommon.py
index 78bfb19b..398d0346 100644
--- a/suite/testcommon.py
+++ b/suite/testcommon.py
@@ -1015,6 +1015,7 @@ class VerifyBuilder(Builder):
bv.begin_undo_actions()
bv.create_user_function(bv.start)
bv.commit_undo_actions()
+ bv.update_analysis_and_wait()
bv.create_database(temp_name)
bv.file.close()