testbuild.sh: suppress logs from configure stage in testbuild.sh

Since testbuild.sh called by nightly build and check build, it should
suppress logs from configure stage to keep all output clean.

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao 2020-07-16 20:27:07 +08:00 committed by Abdelatif Guettouche
parent 67589adfb7
commit fc2e785165

View File

@ -199,7 +199,7 @@ function distclean {
function configure {
echo " Configuring..."
if ! ./tools/configure.sh ${HOPTION} $config ${JOPTION}; then
if ! ./tools/configure.sh ${HOPTION} $config ${JOPTION} 1>/dev/null; then
fail=1
fi