Commit 963c4d38 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #4193 from rsokolowski/fix-e2e

Fix hack/e2e-test.sh broken due to removed flag from hack/e2e.go
parents 122124f9 df26b43a
......@@ -15,6 +15,6 @@
# limitations under the License.
# Provided for backwards compatibility
go run "$(dirname $0)/e2e.go" -v -build -up -tests="*" -down
go run "$(dirname $0)/e2e.go" -v -build -up -test -down
exit $?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment