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:
parent
67589adfb7
commit
fc2e785165
@ -199,7 +199,7 @@ function distclean {
|
|||||||
|
|
||||||
function configure {
|
function configure {
|
||||||
echo " Configuring..."
|
echo " Configuring..."
|
||||||
if ! ./tools/configure.sh ${HOPTION} $config ${JOPTION}; then
|
if ! ./tools/configure.sh ${HOPTION} $config ${JOPTION} 1>/dev/null; then
|
||||||
fail=1
|
fail=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user