Skip to content

Commit bf830f7

Browse files
Save fips.xml
1 parent de7cb14 commit bf830f7

File tree

1 file changed

+3
-0
lines changed
  • configuration/builders/sequences

1 file changed

+3
-0
lines changed

configuration/builders/sequences/debug.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ def openssl_fips(
150150
MTROption(MTR.MAX_TEST_FAIL, 20),
151151
MTROption(MTR.PARALLEL, jobs * 2),
152152
MTROption(MTR.VARDIR, "/dev/shm/fips"),
153+
MTROption(
154+
MTR.XML_REPORT, MTR_PATH_TO_SAVE_LOGS / "fips.xml"
155+
),
153156
],
154157
),
155158
),

0 commit comments

Comments
 (0)