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 378c9422aca4cd84c8ed787ffc350006cc0ae6a3 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 13 17:23:26 2015 +0200
Use ABE_DIR consistently
Change-Id: I51e5240da4ce09779b8f682ab1721a6189a3c9ce --- scripts/Benchmark.job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job index d0db028..e8bd00d 100755 --- a/scripts/Benchmark.job +++ b/scripts/Benchmark.job @@ -59,7 +59,7 @@ cd "${maindir}" "${ABE_DIR}"/configure --with-fileserver=148.251.136.42 --with-remote-snapshots=/s [...]
set +e -"${ABE_DIR}"/abe/scripts/benchmark.sh ${run_flags:+-a "${run_flags//"/\"}"} ${c [...] +"${ABE_DIR}"/scripts/benchmark.sh ${run_flags:+-a "${run_flags//"/\"}"} ${compi [...] tmperr=$? set -e if test ${tmperr} -eq 0; then