Commit ada38d5f by Jakub Jelinek Committed by Jakub Jelinek

* update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.

From-SVN: r256168
parent 99504686
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>
Sebastian Peryt <sebastian.peryt@intel.com>
......
......@@ -591,6 +591,8 @@ class TestsuiteFilter (GenericFilter):
# Similarly params/README.
if filename == 'README' and os.path.basename (dir) == 'params':
return True
if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg':
return True
return GenericFilter.skip_file (self, dir, filename)
class LibCppFilter (GenericFilter):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment