Commit df26b43a authored by rsokolowski's avatar rsokolowski

Fix hack/e2e-test.sh broken due to removed flag from hack/e2e.go

parent b08bd867
......@@ -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