Open
Description
This is a helper script to run multiple executions, one per manifest.
If an execution fails, it dumps some data to the standard output and then cleans the directory with the actual execution data:
cometbft/test/e2e/run-multiple.sh
Lines 24 to 35 in 276996a
It should instead create a temporary directory with the information of the failed execution, containing:
- The
network/${manifest%.toml}
execution directory - The log of the current execution (
log
action) - It would be great to have the logs of every node that was part of the execution (as in e2e/docker: enable saving the produced logs to a file #4113)