]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: let FOR_MAKE_CHECK variable take precedence
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Oct 2025 20:23:10 +0000 (16:23 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Oct 2025 22:03:21 +0000 (18:03 -0400)
commitb1b0defd4498507b84320f345e919938caaa2150
tree504216ca32593a13a82694c0e9e027d5718eca62
parenta5f07731a31c31a9bd040fa2cb3355e3f3483506
install-deps.sh: let FOR_MAKE_CHECK variable take precedence

Previously, the FOR_MAKE_CHECK variable could only enable installing
extra (test) dependencies when install-deps.sh was used and it was
ignored if `tty -s` exited true. This change allows FOR_MAKE_CHECK to
take precedence over the tty check and to specify one of true, 1, yes to
enable extra "for make check" deps or false, 0, no to explicitly disable
the extra deps.

Based-on-work-by: Dan Mick <dan.mick@redhat.com>
Signed-off-by: John Mulligan <jmulligan@redhat.com>
install-deps.sh