Updated rules to skip ruby tests, and just use the normal make check

This commit is contained in:
Patrick J Cherry
2016-08-31 10:06:07 +01:00
parent 3af0e84f5f
commit 4ed8d49b2c

8
debian/rules vendored
View File

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