This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode in repository toolchain/abe.
commit 7ae2e70891ccc51e3b2d989f8c2c3a8ca69eb141 Author: Bernard Ogden bernie.ogden@linaro.org Date: Fri Jul 24 17:02:20 2015 +0200
wip: extra debugging info
Change-Id: If141ff25db08e5157953cda6337697d598257ef0 --- scripts/runbenchmark.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh index 9f3abd0..5f959eb 100755 --- a/scripts/runbenchmark.sh +++ b/scripts/runbenchmark.sh @@ -186,7 +186,8 @@ fi #This should hold for name in a DNS network, but not necessarily for IP #Today LAVA lab does not provide DNS, but IP seems stable in practice #Rather than work around lack of DNS, just make sure we notice if the IP changes -while ! tcpdump -c 1 -i eth0 'icmp and icmp[icmptype]=icmp-echo' | grep -q "${ip} [...] +echo "tcpdump -c 1 -i eth0 'icmp and icmp[icmptype]=icmp-echo' | grep -q "${ip} > [...] +while ! tcpdump -c 1 -i eth0 'icmp and icmp[icmptype]=icmp-echo' | tee -a /root/fo [...] error="`(. ${topdir}/lib/common.sh; remote_exec "${ip}" 'cat ${target_dir}/RETCODE [...] if test $? -ne 0; then echo "Unable to determine exit code, assuming the worst." 1>&2