summaryrefslogtreecommitdiffstats
path: root/run-make-check.sh
diff options
context:
space:
mode:
authorDan Mick <dan.mick@redhat.com>2016-06-24 21:12:55 +0200
committerKefu Chai <kchai@redhat.com>2016-06-29 16:26:24 +0200
commitbf5ccce9ad36d8dcb4506a2731d1c8e8b322c725 (patch)
tree622058a13ed1e3de711c59cc7a52d5edcb2931eb /run-make-check.sh
parentdebian/rules: specify sysconf dir explicitly (diff)
downloadceph-bf5ccce9ad36d8dcb4506a2731d1c8e8b322c725.tar.xz
ceph-bf5ccce9ad36d8dcb4506a2731d1c8e8b322c725.zip
run-make-check.sh: modprobe won't work on containers; not needed
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Diffstat (limited to 'run-make-check.sh')
-rwxr-xr-xrun-make-check.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-make-check.sh b/run-make-check.sh
index b15afd67bbc..8902ead2db8 100755
--- a/run-make-check.sh
+++ b/run-make-check.sh
@@ -60,7 +60,6 @@ function run() {
else
echo "WARNING: Don't know how to install packages" >&2
fi
- sudo /sbin/modprobe rbd
if test -f ./install-deps.sh ; then
$DRY_RUN ./install-deps.sh || return 1