Skip to content

Commit

Permalink
print geth logs to debug dg test
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 committed May 26, 2023
1 parent 38e5a4b commit e611365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/doppelganger_protection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ if [[ "$BEHAVIOR" == "failure" ]]; then
# Use same keys as keys from VC1 and connect to BN2
# This process should not last longer than 2 epochs
timeout $(( $SECONDS_PER_SLOT * 32 * 2 )) ../local_testnet/validator_client.sh $HOME/.lighthouse/local-testnet/node_1_doppelganger http://localhost:8100
tail -n50 geth.log
DOPPELGANGER_EXIT=$?

echo "Shutting down"
Expand Down

0 comments on commit e611365

Please sign in to comment.