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 7e9b523 Let maindir be specified from the outside 7e9b523 is described below
commit 7e9b52379d7e6dfa55d12bb904085ea668a5ee54 Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 23 09:29:26 2015 +0200
Let maindir be specified from the outside
Change-Id: I4e63854046a4e4dbf038c4561d7bb98c5aa63c31 --- scripts/Benchmark.job | 1 - 1 file changed, 1 deletion(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job index b03ac99..4baf783 100755 --- a/scripts/Benchmark.job +++ b/scripts/Benchmark.job @@ -6,7 +6,6 @@ set -o pipefail
benchgccpath= targets=(${targets}) -maindir="`mktemp --tmpdir=${HOME} -d bench-XXX`"
#A little parameter checking if test x"${toolchain:-}" = x; then