Re: gem2deb running tests during build

2018-07-09 Thread Samuel Henrique
Hello, >Hello Manas, > > > >Try to skip the test , using export DH_RUBY_IGNORE_TESTS = all and > >checking > >> it in sbuild if its running well. > >> > > > >Thank you, that solved. But i'm just wondering now, what would be the > >better approach, to ignore tests or to override the build target an

Re: gem2deb running tests during build

2018-07-08 Thread Pirate Praveen
On July 8, 2018 10:01:36 PM GMT+05:30, Samuel Henrique wrote: >Hello Manas, > >Try to skip the test , using export DH_RUBY_IGNORE_TESTS = all and >checking >> it in sbuild if its running well. >> > >Thank you, that solved. But i'm just wondering now, what would be the >better approach, to igno

Re: gem2deb running tests during build

2018-07-08 Thread Samuel Henrique
Hello Manas, Try to skip the test , using export DH_RUBY_IGNORE_TESTS = all and checking > it in sbuild if its running well. > Thank you, that solved. But i'm just wondering now, what would be the better approach, to ignore tests or to override the build target and prepare the environment to run

Re: gem2deb running tests during build

2018-07-06 Thread Manas Kashyap
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 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. >