Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
add debug echos to chutney bash install script
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Mar 7, 2017
1 parent 83ab128 commit 5f03fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/scripts/install-chutney.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ cd chutney
./chutney status networks/basic-025

# Retry verify until Tor circuit creation is working
echo before find
client_torrc=$(find net/nodes -wholename "*c/torrc" | head -n1)
echo before grep $client_torrc
control_port=$(grep -Po -m1 "ControlPort\s(\d+)$" $client_torrc | awk '{print $2}')
export CHUTNEY_CONTROL_PORT="$control_port"

Expand Down

0 comments on commit 5f03fb9

Please sign in to comment.