Commit d055e279 authored by Daniel Smith's avatar Daniel Smith

fix backwards compatible script

parent bfabb416
......@@ -15,6 +15,6 @@
# limitations under the License.
# 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 $?
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