Skip to content

Commit 2ff60cc

Browse files
authored
Merge pull request #3856 from gthb/patch-1
doc: quote ** in test invocation example
2 parents b1e1432 + 690cf56 commit 2ff60cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/antlr-project-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ From the `runtime-testsuite` dir
9898
```bash
9999
$ cd runtime-testsuite
100100
$ export MAVEN_OPTS="-Xmx1G" # don't forget this on linux
101-
$ mvn -Dtest=java.** test
101+
$ mvn -Dtest='java.**' test
102102
-------------------------------------------------------
103103
T E S T S
104104
-------------------------------------------------------

0 commit comments

Comments
 (0)