review comments for pr 555 (#602)

This commit is contained in:
Murugappan Chetty 2020-01-08 15:17:53 -08:00 committed by Knative Prow Robot
parent 0aa2299818
commit 5ecad782d6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ E2E_TAGS="eventing" test/e2e-tests-local.sh
To run one e2e test case, e.g. TestBasicWorkflow
```bash
go test -v -tags=e2e -count=1 ./e2e -run ^TestBasicWorkflow$
test/e2e-tests-local.sh -run ^TestBasicWorkflow$
```
### Running tests in short mode