Skip to content

Commit

Permalink
don't redir stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jul 2, 2024
1 parent 4190076 commit 9d8273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ default|default-Werror|default-with-docs|valgrind|clang-format-check)
# Only use --enable-Werror on projects that are expected to have it
# (and it is not our duty to check prerequisite projects anyway)
CONFIG_OPTS+=("${CONFIG_OPT_WERROR}")
$CI_TIME ./autogen.sh 2> /dev/null
$CI_TIME ./autogen.sh
$CI_TIME ./configure --enable-drafts=yes "${CONFIG_OPTS[@]}"
case "$BUILD_TYPE" in
valgrind)
Expand Down

0 comments on commit 9d8273a

Please sign in to comment.