mirror of https://github.com/k3s-io/k3s
Merge pull request #4193 from rsokolowski/fix-e2e
Fix hack/e2e-test.sh broken due to removed flag from hack/e2e.gopull/6/head
commit
963c4d38d1
|
@ -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 $?
|
||||
|
|
Loading…
Reference in New Issue