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 c512b2e1f117b091bed72464d90dc5f419c69ffb Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 23 14:00:00 2015 +0200
Make an error message more sensible
Targets are always assume to be booted, now that we do not handle LAVA internally.
Change-Id: I9bfcaa61c243f2fd80cc23ca1f5d33f6b0321a61 --- scripts/runbenchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh index cbaff46..0a0c0ce 100755 --- a/scripts/runbenchmark.sh +++ b/scripts/runbenchmark.sh @@ -107,7 +107,7 @@ clean_benchmark() }
if ! (. "${topdir}"/lib/common.sh; remote_exec "${ip}" true ${ssh_opts}) > /dev/nu [...] - echo "Unable to connect to target ${ip:-(unknown)} after boot" 1>&2 + echo "Unable to connect to target ${ip:-(unknown)}" 1>&2 exit 1 fi