feat: make RunClientTest louder when deals fail

This commit is contained in:
Aayush 2023-05-03 16:49:23 -04:00
parent 093d350df3
commit 6a1b523ba1

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")