[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gem2deb running tests during build



Try to skip the test , using export DH_RUBY_IGNORE_TESTS = all and checking it in sbuild if its running well.

On Sat, Jul 7, 2018 at 2:54 AM, Samuel Henrique <samueloph@debian.org> wrote:
Hello,

I'm working on wpscan[0], a non-free package from Kali linux which needs a few steps[1] before running any tests.

The problem i'm facing is that when building the package, tests are being run before dh_auto_test, something like:

Run tests for ruby2.5 from debian/ruby-tests.rb
and then
No such file or directory @ rb_sysopen - /sbuild-nonexistent/.wpscan/data/wp_versions.xml

wp_versions.xml is a file shipped on data.zip.

What would be the correct approach here?

Thanks


Reply to: