DomGarguilo commented on code in PR #221:
URL: https://github.com/apache/accumulo-testing/pull/221#discussion_r971078118


##########
bin/rwalk:
##########
@@ -28,7 +28,7 @@ Usage: $0 <module> (<argument>)
    Modules listed below located in 
<at_home>/src/main/resources/randomwalk/modules
 
 EOF
-  find "$at_home/src/main/resources/randomwalk/modules/." -maxdepth 1 -name 
"*.xml" -printf "%f\n"
+  find "$at_home/src/main/resources/randomwalk/modules/." -maxdepth 1 -name 
"*.xml" -printf "%f\n" | sort

Review Comment:
   Good idea



-- 
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