# HG changeset patch # User timothy.murphy@nokia.com # Date 1268136998 0 # Node ID 24d0baf736db1c2ef590fa5dbd34f8be17ac6d6e # Parent b7675b3e5a4092131ef48ae0ec754d38b567014f test stdout to a file (debug XML problem) diff -r b7675b3e5a40 -r 24d0baf736db sbsv2/raptor/python/raptor_make.py --- a/sbsv2/raptor/python/raptor_make.py Mon Mar 08 16:15:28 2010 +0000 +++ b/sbsv2/raptor/python/raptor_make.py Tue Mar 09 12:16:38 2010 +0000 @@ -479,7 +479,9 @@ # clock skew messages from some build engines scatter their # output across our xml. stderrfilename = makefile+'.stderr' + stdoutfilename = makefile+'.stdout' command += " 2>'%s' " % stderrfilename + command += " >'%s' " % stdoutfilename # Substitute the makefile name for any occurrence of #MAKEFILE# command = command.replace("#MAKEFILE#", str(makefile)) @@ -517,22 +519,9 @@ universal_newlines=True, env=makeenv) stream = p.stdout - inRecipe = False line = " " while line: line = stream.readline() - - if line.startswith("