Merge pull request #1973 from lavalamp/fix4

fix backwards compatible script
pull/6/head
Brendan Burns 2014-10-23 12:52:37 -07:00
commit e1ae7bd16c
1 changed files with 1 additions and 1 deletions

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