Skip to content

Commit 86c2889

Browse files
committed
ci: Make log verbose in error case only
This change silences depends build using LOG=1.
1 parent 7f65088 commit 86c2889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/05_before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ -z "$NO_DEPENDS" ]; then
4545
else
4646
SHELL_OPTS="CONFIG_SHELL="
4747
fi
48-
CI_EXEC "$SHELL_OPTS" make "$MAKEJOBS" -C depends HOST="$HOST" "$DEP_OPTS"
48+
CI_EXEC "$SHELL_OPTS" make "$MAKEJOBS" -C depends HOST="$HOST" "$DEP_OPTS" LOG=1
4949
fi
5050
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
5151
CI_EXEC test/get_previous_releases.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}"

0 commit comments

Comments
 (0)