Skip to content

Commit

Permalink
fix for GRAILS-4646
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 20, 2009
1 parent f3dc48c commit 98ebbcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grails/scripts/_GrailsTest.groovy
Expand Up @@ -75,7 +75,8 @@ testHelper = null
testsFailed = false testsFailed = false


target(allTests: "Runs the project's tests.") { target(allTests: "Runs the project's tests.") {
depends(compile) depends(compile, packagePlugins)
packageFiles(basedir)


ant.mkdir(dir: testReportsDir) ant.mkdir(dir: testReportsDir)
ant.mkdir(dir: "${testReportsDir}/html") ant.mkdir(dir: "${testReportsDir}/html")
Expand Down

0 comments on commit 98ebbcb

Please sign in to comment.