summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_txn19.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_txn19.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_txn19.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_txn19.py b/src/third_party/wiredtiger/test/suite/test_txn19.py
index a6061ffbb9a..2bb01fcea08 100755
--- a/src/third_party/wiredtiger/test/suite/test_txn19.py
+++ b/src/third_party/wiredtiger/test/suite/test_txn19.py
@@ -303,7 +303,7 @@ class test_txn19(wttest.WiredTigerTestCase, suite_subprocess):
if expect_fail:
self.check_file_contains_one_of(errfile,
['/log file.*corrupted/',
- 'WT_TRY_SALVAGE: database corruption detected'])
+ 'WT_TRY_SALVAGE: database corruption detected'], True)
else:
self.check_empty_file(errfile)
if self.expect_warning_corruption():