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 c910461 Use ABE_DIR consistently c910461 is described below
commit c910461db00c416400dc47e265f365b5c5d2bc55 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