This is an automated email from the git hooks/post-receive script.
ryan.arnold 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 4de88af jenkins.sh: Turn on extra verbose dejagnu logging 4de88af is described below
commit 4de88af2856571b22566ba479075e37f3ba31cad Author: Ryan S. Arnold ryan.arnold@linaro.org Date: Wed Aug 12 12:36:14 2015 -0500
jenkins.sh: Turn on extra verbose dejagnu logging
Change-Id: Id0c648e9b14146311ce90d3887663c75715a0a42 WARNING: This will cause the log files to be significantly bigger than usual. --- jenkins.sh | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/jenkins.sh b/jenkins.sh index 13c3d9c..661c74a 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -342,6 +342,9 @@ fi # Also fetch changes from gerrit (cd $user_snapshots/gcc.git; git fetch origin '+refs/changes/*:refs/remotes/gerrit [...]
+# Turn on extra verbose dejagnu logging +export RUNTESTFLAGS="-v -v -d" + # Now we build the cross compiler, for a native compiler this becomes # the stage2 bootstrap build. #$CONFIG_SHELL ${abe_dir}/abe.sh --disable update ${check} ${tars} ${releasestr} $ [...]