fix backwards compatible script

This commit is contained in:
Daniel Smith
2014-10-23 12:51:21 -07:00
parent bfabb41604
commit d055e279fe

View File

@@ -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 $?