Skip to content

Commit

Permalink
start node in tmux session
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Jan 3, 2025
1 parent ba69430 commit dd763e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_snapshot_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cp ./priv_validator_state.json $home/data/
./start.sh

echo "> Starting snapshot sync node"
$CHAIN_BINARY start --home $home
# $CHAIN_BINARY start --home $home
tmux new-session -d -s snapshot "$CHAIN_BINARY start --home $home 2>&1 | tee $log"
cat $log

Expand Down

0 comments on commit dd763e6

Please sign in to comment.