Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly find e2e tests to run in the default runner (kubernetes#375)
Listing scripts to run using shell expansion fails if there are no scripts in `/test` (shell expansion won't occur, and the raw string will be interpreted as a script name). Use `find` instead, which can deal with this edge case.
- Loading branch information