Skip to content

Commit

Permalink
Cleanup test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 27, 2017
1 parent 272cd16 commit aede78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ def test(type, *args):
elif type == 'e2e':
e2e_test()
else:
print '{test unit|minikube|e2e}'
print '{test unit|e2e}'

def unit_test():
die(call(libbuild.GOC + ' test -v ./pkg/...'))


def e2e_test():
die(call('ginkgo -r --progress --trace -- --v=3'))
die(call('ginkgo -r --v --progress --trace -- --v=3'))


if __name__ == "__main__":
Expand Down

0 comments on commit aede78d

Please sign in to comment.