Skip to content
Snippets Groups Projects
Verified Commit 5ecb202f authored by Youhei SASAKI's avatar Youhei SASAKI :beer:
Browse files

d/rules: ignore tests of ruby3.1, cleanup remnant

parent 2ffd3fec
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
export DH_RUBY_IGNORE_TESTS=ruby3.1
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
......@@ -17,3 +17,4 @@
override_dh_auto_clean:
dh_auto_clean
rm -rf $(CURDIR)/spec/tmp
rm -f $(CURDIR)/debian/ruby-tests.gemfile.lock
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment