[redis]: disable auto test during the build (#187)

This commit is contained in:
lguohan 2017-01-11 13:54:58 -08:00 committed by GitHub
parent d92f99799b
commit 5aae34ab4d

View File

@ -16,7 +16,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
dpkg-source -x redis_$(REDIS_VERSION_FULL).dsc
pushd redis-$(REDIS_VERSION)
fakeroot debian/rules binary
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -b
popd
mv $(DERIVED_TARGETS) $* $(DEST)/