This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push: new c657774 wip c657774 is described below
commit c657774ad43f8281f28dfa542ac1840f57585aa7 Author: Bernard Ogden bernie.ogden@linaro.org Date: Fri Jul 10 18:19:28 2015 +0200
wip
Change-Id: I9646fa0ec3969f44770cd4377e226b2ec32ea2c4 --- invoke_session_debian | 1 + 1 file changed, 1 insertion(+)
diff --git a/invoke_session_debian b/invoke_session_debian index 841dc7e..253ae11 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -23,6 +23,7 @@ fi # Obtain target IP and Hostname ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...] hostname=$(cat /etc/hostname) +echo ${ip_addr}
# Set the PATH to use the LAVA api echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc