Skip to content

Commit

Permalink
added enable-output-report to printing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 committed Feb 3, 2021
1 parent 5611ebd commit a06b9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_runner/src/main/kotlin/ftl/args/AndroidArgs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ AndroidArgs
disable-results-upload: $disableResultsUpload
default-class-test-time: $defaultClassTestTime
disable-usage-statistics: $disableUsageStatistics
enable-output-report: $enableOutputReport
""".trimIndent()
}
}
Expand Down
1 change: 1 addition & 0 deletions test_runner/src/main/kotlin/ftl/args/IosArgs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ IosArgs
disable-usage-statistics: $disableUsageStatistics
only-test-configuration: $onlyTestConfiguration
skip-test-configuration: $skipTestConfiguration
enable-output-report: $enableOutputReport
""".trimIndent()
}
}
Expand Down

0 comments on commit a06b9de

Please sign in to comment.