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_auto_test
but none of the existing tests are running any more.
Any one can help?