mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
fix backwards compatible script
This commit is contained in:
@@ -15,6 +15,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Provided for backwards compatibility
|
# Provided for backwards compatibility
|
||||||
go run e2e.go -v -build -up -tests="*" -down
|
go run "$(dirname $0)/e2e.go" -v -build -up -tests="*" -down
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
Reference in New Issue
Block a user