command: tests

This commit is contained in:
Ryan Uber
2015-09-14 14:08:50 -07:00
parent ac6de2c157
commit f19682d87e

View File

@@ -7,6 +7,8 @@ import (
"github.com/hashicorp/nomad/testutil"
)
// seen is used to track which tests we have already
// marked as parallel. Marking twice causes panic.
var seen map[*testing.T]struct{}
func init() {