Skip to content

Commit

Permalink
chore: add logpath
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Jul 26, 2024
1 parent f403631 commit 077b59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/configurer/chain/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func (n *NodeConfig) Run() error {
if err != nil {
st, errRpc := n.rpcClient.Status(context.Background())
n.t.Logf("failed to query current height, status %+v: %s", st)

Check failure on line 72 in test/e2e/configurer/chain/node.go

View workflow job for this annotation

GitHub Actions / lint_test / integration-tests

(*testing.common).Logf format %s reads arg #2, but call has 1 arg

Check failure on line 72 in test/e2e/configurer/chain/node.go

View workflow job for this annotation

GitHub Actions / lint_test / lint

printf: (*testing.common).Logf format %s reads arg #2, but call has 1 arg (govet)

Check failure on line 72 in test/e2e/configurer/chain/node.go

View workflow job for this annotation

GitHub Actions / lint_test / unit-tests

(*testing.common).Logf format %s reads arg #2, but call has 1 arg
n.t.Logf("Logpath: %s", resource.Container.LogPath)
if errRpc != nil {
n.t.Logf("errRpc: %s", errRpc.Error())
}
Expand Down

0 comments on commit 077b59b

Please sign in to comment.