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 c8843fa commit 450ff2d
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 @@ -268,7 +268,7 @@ default|default-Werror|default-with-docs|valgrind|clang-format-check)
export CCACHE_BASEDIR
git --no-pager log --oneline -n1
if [ -e autogen.sh ]; then
$CI_TIME ./autogen.sh 2> /dev/null
$CI_TIME ./autogen.sh
fi
if [ -e buildconf ]; then
$CI_TIME ./buildconf 2> /dev/null
Expand Down

0 comments on commit 450ff2d

Please sign in to comment.