[125613] trunk/base/tests/test/svn-and-patchsites/test.tcl

jmr at macports.org jmr at macports.org
Mon Sep 22 14:49:55 PDT 2014


Revision: 125613
          https://trac.macports.org/changeset/125613
Author:   jmr at macports.org
Date:     2014-09-22 14:49:55 -0700 (Mon, 22 Sep 2014)
Log Message:
-----------
another attempt at printing out more info when svn-and-patchsites test fails

Modified Paths:
--------------
    trunk/base/tests/test/svn-and-patchsites/test.tcl

Modified: trunk/base/tests/test/svn-and-patchsites/test.tcl
===================================================================
--- trunk/base/tests/test/svn-and-patchsites/test.tcl	2014-09-22 21:40:06 UTC (rev 125612)
+++ trunk/base/tests/test/svn-and-patchsites/test.tcl	2014-09-22 21:49:55 UTC (rev 125613)
@@ -14,7 +14,9 @@
     if {$line == -1} {
         return "No error found."
     } else {
-        return "Errors found in output file."
+        set ret "Errors found in output file:\n"
+        append ret [exec cat $path/$output_file]
+        return $ret
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140922/ac97b413/attachment.html>


More information about the macports-changes mailing list