Skip to content

Commit

Permalink
Merge pull request kubernetes#1973 from lavalamp/fix4
Browse files Browse the repository at this point in the history
fix backwards compatible script
  • Loading branch information
brendandburns committed Oct 23, 2014
2 parents 8fb51e7 + d055e27 commit e1ae7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?

0 comments on commit e1ae7bd

Please sign in to comment.