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 5ac561c Reduce one level of verbosity and fix debug option 5ac561c is described below
commit 5ac561ceaa227597544c0fb08aa6ae9c5ba770ad Author: Yvan Roux yvan.roux@linaro.org Date: Tue Aug 18 21:53:18 2015 +0200
Reduce one level of verbosity and fix debug option
Change-Id: Iaad997597dc7c8f9ad3811f30429dd76d7f35a13 --- jenkins.sh | 2 +- lib/make.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins.sh b/jenkins.sh index e7aee89..f786528 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 -v -d" +export RUNTESTFLAGS="-v -v -v --debug"
# 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 7cf2885..eda3a7b 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