On Thu, 5 Sep 2019 14:07:01 +0200 Greg Kurz <gr...@kaod.org> wrote: > On Thu, 5 Sep 2019 13:33:46 +0200 > Thomas Huth <th...@redhat.com> wrote: > > > So far we were not testing virtio-9p in Travis yet, since we forgot to > > install libcap-devel. Do it now to get some more test coverage. > > > > Signed-off-by: Thomas Huth <th...@redhat.com> > > --- > > Acked-by: Greg Kurz <gr...@kaod.org> >
Hmm... shouldn't libcap-dev be added in the "Acceptance (Functional) tests" section as well, near line 260 ? > and > > Tested-by: Greg Kurz <gr...@kaod.org> > > Whose tree is this going through BTW ? > > > .travis.yml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.travis.yml b/.travis.yml > > index 92b00927d4..1d46442020 100644 > > --- a/.travis.yml > > +++ b/.travis.yml > > @@ -15,6 +15,7 @@ addons: > > - libaio-dev > > - libattr1-dev > > - libbrlapi-dev > > + - libcap-dev > > - libcap-ng-dev > > - libgcc-4.8-dev > > - libgnutls-dev >