Commit
d4a566c8e4b6e844a07e22275907f474c9ce7a8c
by Mo KhanAllow running a subset of the integration tests
This change restores the previous behavior of running
`hack/test-integration.sh <regex>`. The timeout flag is no longer
passed to the integration test runner. To do so correctly requires
using `go test -args` which would add further complexity to
`hack/test-go.sh`.
Signed-off-by: Monis Khan <mkhan@redhat.com>
(commit: d4a566c)