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 962716e Disable multinode debug output 962716e is described below
commit 962716e45dc86034b20c2957d05de844f11e96a9 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 21 12:01:41 2015 +0200
Disable multinode debug output
Was corrupting data read with lava-network
Change-Id: I17d8b404b5701a5a37012551cff590a1482875b2 --- invoke_session_debian | 1 - 1 file changed, 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian index 755712a..17ff261 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -37,7 +37,6 @@ fi ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...] hostname=$(cat /etc/hostname) echo ${ip_addr} -export LAVA_MULTI_NODE_DEBUG=1 if ! lava-group; then echo "lava-group FAILED" exit 1