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 55136aaef3b..6cbf0d56ddb 100755 --- a/demoscript/Freeze/transform.py +++ b/demoscript/Freeze/transform.py @@ -54,7 +54,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\": Secondary index corrupt: not consistent with primary') + readnew.expect('DbEnv \"dbnew\": contacts: DB_SECONDARY_BAD: Secondary index inconsistent with primary') readnew.waitTestSuccess(1) print "ok" |