Merge pull request #4193 from rsokolowski/fix-e2e

Fix hack/e2e-test.sh broken due to removed flag from hack/e2e.go
pull/6/head
Zach Loafman 2015-02-05 15:29:06 -08:00
commit 963c4d38d1
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 "$(dirname $0)/e2e.go" -v -build -up -tests="*" -down
go run "$(dirname $0)/e2e.go" -v -build -up -test -down
exit $?