Merge pull request #10817 from filecoin-project/asr/log-eth-api

feat: make RunClientTest louder when deals fail
This commit is contained in:
Aayush Rajasekaran 2023-05-04 12:59:40 -04:00 committed by GitHub
commit c940f597a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ func RunClientTest(t *testing.T, cmds []*lcli.Command, clientNode *TestFullNode)
dealStatus := ""
for {
// client list-deals
out = clientCLI.RunCmd("client", "list-deals")
out = clientCLI.RunCmd("client", "list-deals", "--show-failed")
fmt.Println("list-deals:\n", out)
lines := strings.Split(out, "\n")