You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/24 03:04:35 UTC

[incubator-nuttx] branch master updated: Revert "tools/testbuild.sh: suppress lots of stdout log from configure.sh"

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 272a146  Revert "tools/testbuild.sh: suppress lots of stdout log from configure.sh"
272a146 is described below

commit 272a1460c5b945aa8002c808e9ca98fe76452401
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Tue Mar 24 10:08:58 2020 +0800

    Revert "tools/testbuild.sh: suppress lots of stdout log from configure.sh"
    
    f6fc87bc3677b7d733ae371cfecdb740821432ad commit silence configure.sh
    make output defautly, so revert it.
    
    This reverts commit f0267aff33d52363372a055b2d21ad975ac0abb3.
---
 tools/testbuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testbuild.sh b/tools/testbuild.sh
index c1c0ffd..4ddbf4b 100755
--- a/tools/testbuild.sh
+++ b/tools/testbuild.sh
@@ -157,7 +157,7 @@ function distclean {
 
 function configure {
   echo "  Configuring..."
-  ./tools/configure.sh ${HOPTION} $config 1>/dev/null
+  ./tools/configure.sh ${HOPTION} $config
 
   if [ "X$toolchain" != "X" ]; then
     setting=`grep _TOOLCHAIN_ $nuttx/.config | grep -v CONFIG_ARCH_TOOLCHAIN_* | grep =y`