Skip to content

Commit

Permalink
testing windows
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
  • Loading branch information
hsanjuan committed May 2, 2018
1 parent 55c4e5d commit 9f4e392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang([test: "go test -v ./..."])
golang([test: "go test -v -run TestClustersReplication ."])

2 changes: 2 additions & 0 deletions ipfscluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ func init() {
for f := range LoggingFacilitiesExtra {
SetFacilityLogLevel(f, logLevel)
}

SetFacilityLogLevel("monitor", "debug")
}

func checkErr(t *testing.T, err error) {
Expand Down

0 comments on commit 9f4e392

Please sign in to comment.