Skip to content

Commit 9d8273a

Browse files
committed
don't redir stdout
1 parent 4190076 commit 9d8273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ default|default-Werror|default-with-docs|valgrind|clang-format-check)
464464
# Only use --enable-Werror on projects that are expected to have it
465465
# (and it is not our duty to check prerequisite projects anyway)
466466
CONFIG_OPTS+=("${CONFIG_OPT_WERROR}")
467-
$CI_TIME ./autogen.sh 2> /dev/null
467+
$CI_TIME ./autogen.sh
468468
$CI_TIME ./configure --enable-drafts=yes "${CONFIG_OPTS[@]}"
469469
case "$BUILD_TYPE" in
470470
valgrind)

0 commit comments

Comments
 (0)