Skip to content

Commit

Permalink
Enable integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakku committed Jan 23, 2017
1 parent 2700912 commit 979b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
)

var (
integration = flag.Bool("integration", false, "run integration tests")
integration = flag.Bool("integration", true, "run integration tests")
)

type (
Expand Down

0 comments on commit 979b5b5

Please sign in to comment.