[gs-cvs] rev 7571 - trunk/gs/toolbin/tests
giles at ghostscript.com
giles at ghostscript.com
Fri Jan 5 23:46:31 PST 2007
Author: giles
Date: 2007-01-05 23:46:31 -0800 (Fri, 05 Jan 2007)
New Revision: 7571
Modified:
trunk/gs/toolbin/tests/check_source.py
Log:
Exempt the jobseparator scriptlet from the Id line check.
Modified: trunk/gs/toolbin/tests/check_source.py
===================================================================
--- trunk/gs/toolbin/tests/check_source.py 2007-01-06 07:46:01 UTC (rev 7570)
+++ trunk/gs/toolbin/tests/check_source.py 2007-01-06 07:46:31 UTC (rev 7571)
@@ -123,7 +123,7 @@
gsSourceSets = [
('doc', ['*'], ['Changes.htm', 'gsdoc.el', 'FTL.txt']),
- ('lib', ['eps', 'ps'], []),
+ ('lib', ['eps', 'ps'], [jobseparator.ps]),
('man', ['*'], []),
('src', ['c', 'cpp', 'h', 'mak'], []),
('toolbin', ['*'], ['pre.chk'])
More information about the gs-cvs
mailing list