Skip to content

Commit

Permalink
Merge pull request #142 from notque/master
Browse files Browse the repository at this point in the history
Correct Test Flag Name
  • Loading branch information
auhlig committed Dec 23, 2017
2 parents e3df9ba + bc33c9d commit 2f1b9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() {
pflag.StringVar(&options.ConfigFile, "configFile", "test/e2e/e2e_config.yaml", "Path to configuration file")
pflag.BoolVar(&options.IsTestCreate, "create", false, "Create a new cluster")
pflag.BoolVar(&options.IsTestNetwork, "network", false, "Run network tests")
pflag.BoolVar(&options.IsTestNetwork, "volume", false, "Run volume tests")
pflag.BoolVar(&options.IsTestVolume, "volume", false, "Run volume tests")
pflag.BoolVar(&options.IsTestDelete, "delete", false, "Delete the cluster")
pflag.BoolVar(&options.IsTestAll, "all", false, "The whole show. Test everything")
pflag.BoolVar(&options.IsTestAPI, "api", false, "Test API")
Expand Down

0 comments on commit 2f1b9a6

Please sign in to comment.