]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 14 Oct 2025 20:29:21 +0000 (16:29 -0400)
commitf237811929975bc9b45809047de622c45b562fe0
tree0d135188afaa52609dbc8009e0e3114820415033
parent937898a36ac0640f2aeff0ba4333118bc20f99bb
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