command: tests
This commit is contained in:
parent
4eddeebc9b
commit
709c04dbde
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue