EdColeman commented on code in PR #3445:
URL: https://github.com/apache/accumulo/pull/3445#discussion_r1224485649


##########
test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java:
##########
@@ -201,6 +203,8 @@ public void checkHasMain() {
     expectSet.add(Shell.class);
     expectSet.add(SimpleGarbageCollector.class);
     expectSet.add(TabletServer.class);
+    expectSet.add(ZooInfoViewer.class);
+    expectSet.add(ZooPropSetTool.class);

Review Comment:
   I removed main in d11c27ea95 and I think the KeywordStartIT was updated 
correctly - the test passes, but unclear if this is how the test should be used 
for non-main tools.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to