mirror of
https://github.com/apache/nuttx.git
synced 2025-12-06 17:23:49 +08:00
Revert "tools/testbuild.sh: suppress lots of stdout log from configure.sh"
f6fc87bc36commit silence configure.sh make output defautly, so revert it. This reverts commitf0267aff33.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user