Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(all): fix multiple files in significant changes in continuous tests
`if [ -z $SIGNIFICANT_CHANGES ]; then` gets translated to for example: ``` + '[' -z storage/grpc_client.go storage/integration_test.go ']' ``` Which causes the error: ``` github/google-cloud-go/internal/kokoro/continuous.sh: line 162: [: storage/grpc_client.go: binary operator expected ```
- Loading branch information