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.
The following commit(s) were added to refs/heads/bernie/jenkmarking-multinode by th [...] new 58f88a3 wip: more output 58f88a3 is described below
commit 58f88a33808630e7e190043975b09faa39b05325 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 23 14:56:45 2015 +0200
wip: more output
Change-Id: Ia6c2de4fded3c55810f57e078b9856a75662c8ab --- scripts/runbenchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh index f6ff8a4..40ca21a 100755 --- a/scripts/runbenchmark.sh +++ b/scripts/runbenchmark.sh @@ -105,7 +105,7 @@ clean_benchmark() exit "${error}" }
-if ! (. "${topdir}"/lib/common.sh; remote_exec "${ip}" true ${ssh_opts}) > /dev/nu [...] +if ! (. "${topdir}"/lib/common.sh; remote_exec "${ip}" true ${ssh_opts}); then echo "Unable to connect to target ${ip:-(unknown)}" 1>&2 exit 1 fi