Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #456 from cgag/test-script
Browse files Browse the repository at this point in the history
kube-aws: add script to run tests
  • Loading branch information
colhom committed May 6, 2016
2 parents c9e1327 + 019ac5c commit ad71e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multi-node/aws/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail

go test $(go list ./... | grep -v '/vendor/')

0 comments on commit ad71e34

Please sign in to comment.