Re: Build OK, Test Failed

2020-03-17 Thread Tong Sun
On Tue, Mar 17, 2020 at 2:30 AM Anthony Fok wrote: > > Hi Tong, > > On Mon, Mar 16, 2020 at 10:36 PM Tong Sun > wrote: > > > > On Tue, Mar 17, 2020 at 12:29 AM Tong Sun > > wrote: > > > > > > On Mon, Mar 16, 2020 at 9:41 AM Tong Sun wrote: > > > > > > > The go package that I'm packing builds OK,

Re: Build OK, Test Failed

2020-03-16 Thread Anthony Fok
Hi Tong, On Mon, Mar 16, 2020 at 10:36 PM Tong Sun wrote: > > On Tue, Mar 17, 2020 at 12:29 AM Tong Sun > wrote: > > > > On Mon, Mar 16, 2020 at 9:41 AM Tong Sun wrote: > > > > > The go package that I'm packing builds OK, but its test failed, > > > because the tests need to be run as root. > > >

Re: Build OK, Test Failed

2020-03-16 Thread Tong Sun
On Tue, Mar 17, 2020 at 12:29 AM Tong Sun wrote: > > On Mon, Mar 16, 2020 at 9:41 AM Tong Sun wrote: > > > The go package that I'm packing builds OK, but its test failed, > > because the tests need to be run as root. > > > > Is it OK that I overide dh_auto_test with > > sudo dh_auto_test > > ? > >

Re: Build OK, Test Failed

2020-03-16 Thread Tong Sun
On Mon, Mar 16, 2020 at 9:41 AM Tong Sun wrote: > The go package that I'm packing builds OK, but its test failed, > because the tests need to be run as root. > > Is it OK that I overide dh_auto_test with > sudo dh_auto_test > ? Ok, I gave it a try, with override_dh_auto_test: sudo dh_aut

Build OK, Test Failed

2020-03-16 Thread Tong Sun
Hi, The go package that I'm packing builds OK, but its test failed, because the tests need to be run as root. Is it OK that I overide dh_auto_test with sudo dh_auto_test ? Thx