[asterisk-commits] mnicholson: testsuite/asterisk/trunk r2466 - /asterisk/trunk/runtests.py

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 26 11:23:12 CDT 2011


Author: mnicholson
Date: Mon Sep 26 11:23:09 2011
New Revision: 2466

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2466
Log:
only indent stdout xml 2 spaces instead of 4

Modified:
    asterisk/trunk/runtests.py

Modified: asterisk/trunk/runtests.py
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/runtests.py?view=diff&rev=2466&r1=2465&r2=2466
==============================================================================
--- asterisk/trunk/runtests.py (original)
+++ asterisk/trunk/runtests.py Mon Sep 26 11:23:09 2011
@@ -266,7 +266,7 @@
         f.close()
 
         if stdout:
-            print doc.toprettyxml("    ", encoding = "utf-8")
+            print doc.toprettyxml("  ", encoding="utf-8")
 
 
 def main(argv=None):




More information about the asterisk-commits mailing list