Skip to content

Commit

Permalink
GRAILS-5249 - removed full stop after reports dir path in post testin…
Browse files Browse the repository at this point in the history
…g output.
  • Loading branch information
ldaley committed Dec 1, 2009
1 parent 545e47d commit 43f7294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails/scripts/_GrailsTest.groovy
Expand Up @@ -183,7 +183,7 @@ target(allTests: "Runs the project's tests.") {
String msg = testsFailed ? "\nTests FAILED" : "\nTests PASSED"
if (createTestReports) {
event("TestProduceReports", [])
msg += " - view reports in ${testReportsDir}."
msg += " - view reports in ${testReportsDir}"
}
event("StatusFinal", [msg])
event("TestPhasesEnd", [])
Expand Down

0 comments on commit 43f7294

Please sign in to comment.