This is an automated email from the git hooks/post-receive script.
yvan.roux pushed a commit to branch ryanarn/reduced_parallel in repository toolchain/abe.
The following commit(s) were added to refs/heads/ryanarn/reduced_parallel by this push: new 6dbdc4f Temporary fix RUNTESTFLAGS bad propagation. 6dbdc4f is described below
commit 6dbdc4f0f9082e91e0b6cc6b73ba710a306f5068 Author: Yvan Roux yvan.roux@linaro.org Date: Wed Aug 19 08:45:04 2015 +0200
Temporary fix RUNTESTFLAGS bad propagation.
Change-Id: Ie59a4f7c4f0708e45aa0a9c012239e9368c6d773 --- config/gcc.conf | 2 +- jenkins.sh | 2 +- lib/make.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/gcc.conf b/config/gcc.conf index 19c44ca..61b28b9 100644 --- a/config/gcc.conf +++ b/config/gcc.conf @@ -235,4 +235,4 @@ else fi
# This is a list of default flags always supplied to "make check". -runtest_flags="" +runtest_flags="-v -v -v" diff --git a/jenkins.sh b/jenkins.sh index f786528..b2205f0 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -343,7 +343,7 @@ fi (cd $user_snapshots/gcc.git; git fetch origin '+refs/changes/*:refs/remotes/gerrit [...]
# Turn on extra verbose dejagnu logging -export RUNTESTFLAGS="-v -v -v --debug" +export RUNTESTFLAGS="-v -v -v"
# Now we build the cross compiler, for a native compiler this becomes # the stage2 bootstrap build. diff --git a/lib/make.sh b/lib/make.sh index eda3a7b..2a0966c 100755 --- a/lib/make.sh +++ b/lib/make.sh @@ -731,7 +731,7 @@ make_check() fi
if test x"${override_runtestflags}" != x; then - local make_flags="${make_flags} RUNTESTFLAGS="${override_runtestflags} -v [...] + local make_flags="${make_flags} RUNTESTFLAGS="${override_runtestflags} -v [...] fi
if test x"${parallel}" = x"yes"; then