]> git-server-git.apps.pok.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:28:21 +0000 (16:28 -0400)
commit503ec0c294c49a32d958e6e5a093efc6c8f92434
tree358f11790d075f618ce28f81300e0abd913f0736
parent2de96a91aefc09840e02ef1352a6e8c1fa632e68
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