#!/bin/sh

trap "rm -f out.html" 0 2 3 15

set -eux

pgbadger t/fixtures/light.postgres.log.bz2
grep -q pgbench_accounts out.html
