Skip to content

Commit

Permalink
chore: add log level to verifier CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 25, 2021
1 parent a461ee3 commit 8ed3655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsl/pact.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ func (p *Pact) VerifyProviderRaw(request types.VerifyRequest) ([]types.ProviderV
FailIfNoPactsFound: request.FailIfNoPactsFound,
IncludeWIPPactsSince: request.IncludeWIPPactsSince,
PactLogDir: request.PactLogDir,
PactLogLevel: request.PactLogLevel,
}

if request.Provider == "" {
Expand Down

0 comments on commit 8ed3655

Please sign in to comment.