Add a reporter to the system verification check
This commit is contained in:
@@ -23,7 +23,9 @@ import (
|
||||
)
|
||||
|
||||
func TestValidateOS(t *testing.T) {
|
||||
v := &OSValidator{}
|
||||
v := &OSValidator{
|
||||
Reporter: DefaultReporter,
|
||||
}
|
||||
specOS := "Linux"
|
||||
for _, test := range []struct {
|
||||
os string
|
||||
|
||||
Reference in New Issue
Block a user