command: tests

This commit is contained in:
Ryan Uber 2015-09-14 14:08:50 -07:00
parent 4eddeebc9b
commit 709c04dbde
1 changed files with 2 additions and 0 deletions

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() {