# Variables
MatchTestRemote matches the remote names used for testing (copied from fstest/fstest.go so we don't have to import that and get all its flags).
# Structs
Backend describes a backend test
FIXME make bucket-based remotes set sub-dir automatically???.
Config describes the config for this program.
Report holds the info to make a report on a series of test runs.
ReportRun is used in the templates to report on a test run.
Run holds info about a running test
A run just runs one command line, but it can be run multiple times if retries are needed.
Test describes an integration test to run with `go test`.
# Type aliases
Runs records multiple Run objects.