mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Add overload to 'print' void* correctly
This commit is contained in:
@@ -498,7 +498,9 @@ def approveXml( baseName, args ):
|
||||
f = open( rawResultsPath, 'r' )
|
||||
for line in f:
|
||||
xml += line
|
||||
f.close()
|
||||
#xml = xml.replace("<hex digits>", "<hex digits>")
|
||||
os.remove( rawResultsPath )
|
||||
|
||||
otherResultsTestParser = re.compile( r'(.*\\)(.*\..pp)' )
|
||||
hexParser = re.compile( r'(.*)\b(0[xX][0-9a-fA-F]+)\b(.*)' )
|
||||
@@ -743,6 +745,8 @@ def approveMsTest( baseName, filter ):
|
||||
if line.startswith("Results file:") or line.startswith("Results File:"):
|
||||
trxFile = line[13:].strip()
|
||||
parseTrxFile(baseName, trxFile)
|
||||
f.close()
|
||||
os.remove( rawResultsPath )
|
||||
|
||||
# Standard console reporter
|
||||
approve( "console.std", ["~_"] )
|
||||
|
Reference in New Issue
Block a user