[blivet:master 1/4] Do an initial setup for running pylint tests in blivet.

Anne Mulhern amulhern at redhat.com
Wed Mar 19 20:12:33 UTC 2014


----- Original Message -----
> From: "David Shea" <dshea at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Wednesday, March 19, 2014 1:22:31 PM
> Subject: Re: [blivet:master 1/4] Do an initial setup for running pylint tests	in blivet.
> 
> On 03/19/2014 12:54 PM, mulhern wrote:
> > +    for testfile in $(git ls-files -c "${top_srcdir}" | egrep -v
> > '(^|/)old_tests/') ; do
> 
> This is going to run into the same problem I hit with distcheck in
> anaconda: if you're running this outside of a git tree (so any time you
> start with a dist tarball, like in the check target of an rpmbuild, for
> example), this won't work, because git ls-files won't work. You may want
> to switch this to what anaconda does now (as of, like, today), which is
> to fallback to find -type f if there is no .git directory.
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

Ok, thanks, sending patch 5 for that.

It doesn't look to me like we actually distribute our tests at this time,
but I expect that we will eventually want to.

- mulhern


More information about the anaconda-patches mailing list