Merge pull request #1973 from lavalamp/fix4

fix backwards compatible script
This commit is contained in:
Brendan Burns
2014-10-23 12:52:37 -07:00

View File

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