hyperledger-labs / perun-node

State channel node of the blockchain-agnostic state channels framework Perun.
https://labs.hyperledger.org/perun-doc/
Apache License 2.0
18 stars 12 forks source link

Update output format for test run in circle ci #177

Closed manoranjith closed 3 years ago

manoranjith commented 3 years ago

Motivation / Context

The current output format for tests run in Circle CI is short-verbose (aka testname). This format does not print sufficient info in case of test failure. For example, it does not print the content written by the program to stdout.

Because of this, reason for test getting stuck (see this CI job) cannot be figured out from test logs.

Description

Update the output format to standard-versbose, where content written by the program to stdout is also printed.

Relates to

This CI job

manoranjith commented 3 years ago

Closed by #178.