Skip to content

Commit f86b733

Browse files
committed
Fix path to tests
Close apache/grails-doc#630
1 parent 39b8259 commit f86b733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-shell/src/main/groovy/org/grails/cli/profile/commands/OpenCommand.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class OpenCommand implements ProjectCommand, Completer {
4545
def filePath = executionContext.commandLine.remainingArgsString
4646
if(filePath) {
4747
if(filePath == 'test-report') {
48-
filePath = 'build/reports/tests/index.html'
48+
filePath = 'build/reports/tests/test/index.html'
4949
}
5050
if(Desktop.isDesktopSupported()) {
5151
try {

0 commit comments

Comments
 (0)