[gs-cvs] rev 9548 - trunk/cluster/tti
giles at ghostscript.com
giles at ghostscript.com
Wed Mar 11 23:54:17 PDT 2009
Author: giles
Date: 2009-03-11 23:54:17 -0700 (Wed, 11 Mar 2009)
New Revision: 9548
Modified:
trunk/cluster/tti/regress.py
Log:
Correct a typo that prevented illustrator files in the test suite from
running.
Thanks to Marcos for spotting this.
Modified: trunk/cluster/tti/regress.py
===================================================================
--- trunk/cluster/tti/regress.py 2009-03-12 00:18:03 UTC (rev 9547)
+++ trunk/cluster/tti/regress.py 2009-03-12 06:54:17 UTC (rev 9548)
@@ -90,7 +90,7 @@
# the normal comparefiles suite
self.tests += ['tests_private/comparefiles/*.ps',
'tests_private/comparefiles/*.pdf',
- 'tests_private/comparfiles/*.ai']
+ 'tests_private/comparefiles/*.ai']
# Quality Logic CET suite
self.tests += ['tests_private/ps/ps3cet/*.PS']
if basename.find('xps') >= 0:
More information about the gs-cvs
mailing list