[padb] r455 committed - Do not add extra newlines when reporting stderr from the MPI DLL.

padb at googlecode.com padb at googlecode.com
Fri Dec 27 19:44:35 GMT 2013


Revision: 455
Author:   apittman at gmail.com
Date:     Fri Dec 27 19:44:21 2013 UTC
Log:      Do not add extra newlines when reporting stderr from the MPI DLL.

http://code.google.com/p/padb/source/detail?r=455

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Fri Dec 27 17:31:38 2013 UTC
+++ /trunk/src/padb	Fri Dec 27 19:44:21 2013 UTC
@@ -7355,6 +7355,7 @@
          $stderr .= $_;
      }
      if ($have_error_messages) {
+        chomp($stderr);
          target_error( $vp, "Stderr from minfo:\n$stderr" );
      }





More information about the padb-devel mailing list