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.
This commit is contained in:
liuhaitao 2020-03-24 10:08:58 +08:00 committed by Xiang Xiao
parent f6fc87bc36
commit 272a1460c5

View File

@ -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`