#!/usr/bin/env bash
go test 2>&1 -v | tee tea.output
go test -tags std -v 2>&1 | tee std.output
go test -tags convey -v 2>&1 | tee convey.output