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,
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.
> > >
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
> > ?
>
>
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
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