Skip to content

Commit

Permalink
Removed Gradle print
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Sep 17, 2024
1 parent 8d99034 commit f465dc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report-ng-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ test {
s = ['src/test/resources/testng/GenerateReport.xml']
System.setProperty("tt.report.dir", "src/test/resources/reports/report-generated-status")
System.setProperty("tt.report.name", "Generated Report for UI-Test")
print(System.getProperty("log4j2.configurationFile"))
}

if (preTestExtended) {
Expand Down

0 comments on commit f465dc8

Please sign in to comment.