We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f89f5f commit 775cb23Copy full SHA for 775cb23
test/org/opensolaris/opengrok/index/IndexerRepoTest.java
@@ -87,7 +87,7 @@ public void testMainWithH() throws IOException {
87
Indexer.main(argv);
88
checkNumberOfThreads();
89
} else {
90
- System.out.println("Skipping test. Could not find a ctags I could use in path.");
+ System.out.println("Skipping test. Could not find a ctags I could use.");
91
}
92
93
@@ -102,7 +102,7 @@ public void testMainWithoutH() throws IOException {
102
103
104
105
106
107
108
0 commit comments