From 4ed8d49b2c09ea3073b53d5138da446aa3cf7ce7 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 31 Aug 2016 10:06:07 +0100 Subject: [PATCH] Updated rules to skip ruby tests, and just use the normal make check --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index d3e0ff7..84dac1b 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,10 @@ override_dh_strip: dh_strip --dbg-package=flexnbd-dbg -override_dh_auto_test: - rake test:run +# +# TODO: The ruby test suites don't work during buiding in a chroot, so leave +# them out for now. +# +#override_dh_auto_test: +# rake test:run