Skip to content

Commit cfc22d3

Browse files
committed
QPR-13744 QPR-13463: include oreplus tests
1 parent f533c23 commit cfc22d3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Tools/xsl/reformat_junit.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def parseXML(input_file):
137137
print(f" reformatted {input_file} to {out_path}")
138138

139139
if __name__ == "__main__":
140-
inputs = ["xunit_orea.xml", "xunit_ored.xml", "xunit_qle.xml", "xunit_ql.xml"]
140+
inputs = ["xunit_orea.xml", "xunit_ored.xml", "xunit_qle.xml", "xunit_ql.xml", "xunit_orep_analytics.xml", "xunit_orep_marketrisk.xml", "xunit_orep_proxy.xml", "xunit_orep_simm.xml"]
141141

142142
for p in inputs:
143-
parseXML(p)
143+
if os.path.exists(p):
144+
parseXML(p)

0 commit comments

Comments
 (0)