e2e/cli: add -run option to mimic go test

This commit is contained in:
Nick Ethier
2018-07-31 15:21:47 -04:00
parent 7a139d077a
commit a8c59d9fc6
3 changed files with 18 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ type TestEvent struct {
Elapsed float64 // seconds
Output string
eventType string
suiteName string
caseName string
testName string