# # # patch "lua-testsuite.lua" # from [e28a4e630a460bcca1a2d9023a2a898c1e77670a] # to [45836f8deeca054f2b5b2f0d4ac08375ec33b1ec] # ============================================================ --- lua-testsuite.lua e28a4e630a460bcca1a2d9023a2a898c1e77670a +++ lua-testsuite.lua 45836f8deeca054f2b5b2f0d4ac08375ec33b1ec @@ -272,7 +272,10 @@ function check_same_db_contents(db1, db2 file = trim(file) check_same_stdout(mtn("--db", db1, "automate", "get_file", file), mtn("--db", db2, "automate", "get_file", file)) - end + end + + check_same_stdout(mtn("--db", db1, "db", "execute", "select hex(hash) from revision_certs order by 1"), + mtn("--db", db2, "db", "execute", "select hex(hash) from revision_certs order by 1")) end -- maybe these should go in tester.lua?