mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Fix hack/e2e-test.sh broken due to removed flag from hack/e2e.go
This commit is contained in:
parent
b08bd8671f
commit
df26b43a9d
@ -15,6 +15,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Provided for backwards compatibility
|
# 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 $?
|
exit $?
|
||||||
|
Loading…
Reference in New Issue
Block a user