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 34347631370760d23b94ba869704c791a2c54872 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 3e7a24d..baee17f 100755 --- a/scripts/runbenchmark.sh +++ b/scripts/runbenchmark.sh @@ -106,7 +106,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