[libvirt] [PATCH] Wildcard ignore tests/*test instead of listing every one

Eric Blake eblake at redhat.com
Fri Mar 7 13:30:30 UTC 2014


On 03/07/2014 06:18 AM, Martin Kletzander wrote:
> On Fri, Mar 07, 2014 at 01:59:31PM +0100, Michal Privoznik wrote:
>> On 07.03.2014 12:59, Daniel P. Berrange wrote:
>>> There is a forever growing list of test cases. It is just
>>> not worth listing each one individually when a wildcard
>>> can do the job.
>>>
>>> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
>>> ---
>>>   .gitignore | 73 +-------------------------------------------------------------
>>>   1 file changed, 1 insertion(+), 72 deletions(-)
>>>
>>
>> ACK
>>
> 
> Wait, according to `git ls-files | grep '^tests/.*test$'`
> 
> these files would be added as well (even though they shouldn't):
> 
> tests/capabilityschematest
> tests/domainschematest
> tests/domainsnapshotschematest
> tests/interfaceschematest
> tests/networkschematest
> tests/nodedevschematest
> tests/nwfilterschematest
> tests/secretschematest
> tests/storagepoolschematest
> tests/storagevolschematest

These can all be re-added via a negative pattern:

!/tests/*schematest

> tests/virt-aa-helper-test

and we could also do a negative pattern for this, or just rename it.

But I agree that we shouldn't exclude these files, as the logic on what
'git commit -a' commits gets weird when you have a pattern that excludes
a file already checked in.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140307/ba40e926/attachment-0001.sig>


More information about the libvir-list mailing list