contents:
pass/t          : the test wrapper
pass/r          : the test desired result
pass/include    : the passing test (with the wrong statement, TRUNCATE instead of DELETE)
pass/log        : all the log files occurring after a pass
                  notice that there are 3 relay logs, while after a failure there are 6

fail/t          : the test wrapper
fail/r          : the test desired result
fail/include    : the failing test
fail/log        : all the log files occurring after a failure
                  notice that there are 6 relay logs instead of 3

