From f75fba05e710ad76652f91f9c4a6becb827ad9bb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 8 Aug 2019 12:37:37 -0600 Subject: [PATCH] tools/testbuild.sh: Remove some recently introduced echo's that clutter the build test output --- tools/testbuild.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/testbuild.sh b/tools/testbuild.sh index 9eae2dd714..f3bc957be1 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -305,8 +305,6 @@ for line in $testlist; do if [ -f ${nuttx}/boards/${arch}/${chip}/${boarddir}/Kconfig ]; then archdir=${arch} chipdir=${chip} - echo " Detected ${archdir} Architecture" - echo " Detected ${chipdir} Chip" fi done done