diff options
Diffstat (limited to 'demoscript/Freeze/transform.py')
-rwxr-xr-x | demoscript/Freeze/transform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Freeze/transform.py b/demoscript/Freeze/transform.py index 347fa062029..56ea8ac31e0 100755 --- a/demoscript/Freeze/transform.py +++ b/demoscript/Freeze/transform.py @@ -58,7 +58,7 @@ def run(createCmd, recreateCmd, readCmd, readnewCmd): readnew = demoscript.Util.spawn(readnewCmd) readnew.expect('All contacts \(default order\)') readnew.expect('All contacts \(ordered by phone number\)') - readnew.expect('DbEnv \"dbnew\": contacts: DB_SECONDARY_BAD: Secondary index inconsistent with primary') + readnew.expect('DbEnv \"dbnew\": contacts: .* DB_SECONDARY_BAD: Secondary index inconsistent with primary') readnew.waitTestSuccess(1) print("ok") |