Revert "tools/testbuild.sh: suppress lots of stdout log from configure.sh"

f6fc87bc36 commit silence configure.sh
make output defautly, so revert it.

This reverts commit f0267aff33.
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`