run-make-check.sh: modprobe won't work on containers; not needed

Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2016-06-24 12:12:55 -07:00 committed by Kefu Chai
parent 97a9a7eb84
commit bf5ccce9ad

View File

@ -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