File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ task( upgrade: "main upgrade task") {
7070 if (new File (" ${ testDir} /CVS" ). exists()) {
7171 println """
7272WARNING: Your Grails tests directory '${ testDir} ' is currently under CVS control so the upgrade script cannot
73- move it to the new location of '${ basedir} /unit /integration'. Please move the directory using the relevant CVS commands."""
73+ move it to the new location of '${ basedir} /test /integration'. Please move the directory using the relevant CVS commands."""
7474 }
7575 else if (new File (" ${ testDir} /.svn" ). exists()) {
7676 println """
7777WARNING: Your Grails tests directory '${ testDir} ' is currently under SVN control so the upgrade script cannot
78- move it to the new location of '${ basedir} /unit /integration'. Please move the directory using the relevant SVN commands."""
78+ move it to the new location of '${ basedir} /test /integration'. Please move the directory using the relevant SVN commands."""
7979 }
8080 else {
8181 if (new File (testDir). exists()) {
You can’t perform that action at this time.
0 commit comments