[mapserver-commits] r8817 - branches/branch-5-2/msautotest/pymod

svn at osgeo.org svn at osgeo.org
Fri Mar 20 17:41:52 EDT 2009


Author: tamas
Date: 2009-03-20 17:41:52 -0400 (Fri, 20 Mar 2009)
New Revision: 8817

Modified:
   branches/branch-5-2/msautotest/pymod/testlib.py
Log:
Add the -verbose option to the perceptualdiff arguments.

Modified: branches/branch-5-2/msautotest/pymod/testlib.py
===================================================================
--- branches/branch-5-2/msautotest/pymod/testlib.py	2009-03-19 22:25:26 UTC (rev 8816)
+++ branches/branch-5-2/msautotest/pymod/testlib.py	2009-03-20 21:41:52 UTC (rev 8817)
@@ -88,7 +88,7 @@
     if have_pdiff != 'false':
     
         try:
-            cmd = 'perceptualdiff %s %s > pd.out' % (result_file,expected_file)
+            cmd = 'perceptualdiff -verbose %s %s > pd.out' % (result_file,expected_file)
             os.system( cmd )
             pdout = open('pd.out').read()
             os.remove( 'pd.out' )



More information about the mapserver-commits mailing list