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 a3e474f Yet another try to force dejagnu verbosity. a3e474f is described below
commit a3e474f60066bac7bd28b25bb763ba9982209ec4 Author: Yvan Roux yvan.roux@linaro.org Date: Wed Aug 19 10:32:49 2015 +0200
Yet another try to force dejagnu verbosity.
Change-Id: I23ebc49bd5b51918481f75b8810b447ea344a50d --- lib/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/make.sh b/lib/make.sh index 2a0966c..67a4198 100755 --- a/lib/make.sh +++ b/lib/make.sh @@ -755,7 +755,7 @@ make_check() if test x"${build}" = x"${target}" -a x"${tarbin}" != x"yes"; then # Overwrite ${checklog} in order to provide a clean log file # if make check has been run more than once on a build tree. - dryrun "make check RUNTESTFLAGS="${runtest_flags} --xml=${tool}.xml " ${make_fl [...] + dryrun "make check RUNTESTFLAGS="${runtest_flags} --xml=${tool}.xml -v -v -v" $ [...] if test $? -gt 0; then error "make check -C ${builddir} failed." return 1 @@ -827,7 +827,7 @@ make_check()
for i in ${dirs}; do # Always append "tee -a" to the log when building components individually - dryrun "make ${check_targets} SYSROOT_UNDER_TEST=${sysroots} FLAGS_UND [...] + dryrun "make ${check_targets} SYSROOT_UNDER_TEST=${sysroots} FLAGS_UND [...] if test $? -gt 0; then error "make ${check_targets} -C ${builddir}$i failed." return 1