Skip to content

Commit

Permalink
Incoporate more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 6, 2023
1 parent f2f88d0 commit f869859
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ Useful pointers are:
* Look at logs in the nodes' home folder, i.e., `/$CHAIN_ID/validator$VAL_ID`
* Query/Run txs on the running apps (find out the relevant addresses and node homes to use e.g. by running `htop "binaryname"`)

It is also possible to locally change a step so it will *always* fail (e.g. by checking for nonsense validator balances)
and to use this to see the testnet. Alternatively, to debug an action,
you can temporarily add a very long `time.Sleep`, then sh into the docker container
To debug an action,
you can temporarily add a very long `time.Sleep` inside the action you are interested in, then sh into the docker container
and e.g. try running the commands from the action yourself to see what happens.

0 comments on commit f869859

Please sign in to comment.