Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 6, 2024
1 parent 50de986 commit ec9877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/updateIntegTestFailureIssues.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void call(Map args = [:]) {
}
def markdownContent = new CreateIntegTestMarkDownTable(version, testData).create()
println(markdownContent)
// writeFile file: "failedTestDetails.md", text: markdownContent
writeFile file: "failedTestDetails.md", text: markdownContent
println('Wrote file')
// println('Component Name: '+ component.name)
// println('Version is '+ version)
Expand Down

0 comments on commit ec9877c

Please sign in to comment.