diff options
author | Dan Mick <dan.mick@redhat.com> | 2016-06-24 21:12:55 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-06-29 16:26:24 +0200 |
commit | bf5ccce9ad36d8dcb4506a2731d1c8e8b322c725 (patch) | |
tree | 622058a13ed1e3de711c59cc7a52d5edcb2931eb /run-make-check.sh | |
parent | debian/rules: specify sysconf dir explicitly (diff) | |
download | ceph-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-x | run-make-check.sh | 1 |
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 |