This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/benchmarking in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push: new 57f5f39 WIP 57f5f39 is described below
commit 57f5f39ae91b892c754e75c1d6d23ea899ef7b31 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Aug 20 11:29:13 2015 +0200
WIP
Change-Id: If99c03460c3c93dee7136066e1b3933b0f7e6046 --- config/bench/lava/host-session | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index 0b173a9..a391055 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -101,7 +101,8 @@ for lava_name in `lava-group | grep -v '[[:blank:]]*host$' | aw [...] fi
#Generate configuration files for target - config="`lava-wait config_${lava_name}`" + lava-wait "config_${lava_name}" + config="`cut -d = -f 2 /tmp/lava_multi_node_cache.txt`" if test $? -ne 0; then echo "Failed to find config file for ${lava_name}"; exit 1; fi sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/bench/boards/${config}.conf" [...] if test $? -ne 0; then echo "Failed to generate config file for target ${lava_na [...]