Skip to content

Redirect cmake's stderr to stdout, to avoid failing test due to stderr output.

Tobias Frost requested to merge tobi-fix-autopkgtest-stderr into master

autopkgtest on ci.d.n complains about the CMake warnings emitted to stderr, this MR silences those by redirecting stderr output of cmake to stdout.

example: https://ci.debian.net/packages/b/boost1.83/testing/amd64/50625681/

Merge request reports

Loading