* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
From-SVN: r256168
This commit is contained in:
parent
9950468658
commit
ada38d5fa3
@ -1,3 +1,7 @@
|
|||||||
|
2018-01-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
|
||||||
|
|
||||||
2017-11-28 Julia Koval <julia.koval@intel.com>
|
2017-11-28 Julia Koval <julia.koval@intel.com>
|
||||||
Sebastian Peryt <sebastian.peryt@intel.com>
|
Sebastian Peryt <sebastian.peryt@intel.com>
|
||||||
|
|
||||||
|
@ -591,6 +591,8 @@ class TestsuiteFilter (GenericFilter):
|
|||||||
# Similarly params/README.
|
# Similarly params/README.
|
||||||
if filename == 'README' and os.path.basename (dir) == 'params':
|
if filename == 'README' and os.path.basename (dir) == 'params':
|
||||||
return True
|
return True
|
||||||
|
if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg':
|
||||||
|
return True
|
||||||
return GenericFilter.skip_file (self, dir, filename)
|
return GenericFilter.skip_file (self, dir, filename)
|
||||||
|
|
||||||
class LibCppFilter (GenericFilter):
|
class LibCppFilter (GenericFilter):
|
||||||
|
Loading…
Reference in New Issue
Block a user