mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
Fix typo in task description
This commit is contained in:
@@ -340,7 +340,7 @@ task unitTestReport(type: TestReport) { t ->
|
||||
*********************************************************************************/
|
||||
task integrationTestReport(type: TestReport) { t ->
|
||||
group "test"
|
||||
description "Run unit integrtion tests and save HTML report."
|
||||
description "Run integration tests and save HTML report."
|
||||
destinationDir = file("$reportDir/integrationTests")
|
||||
outputs.upToDateWhen {false}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user