You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/06/20 17:42:51 UTC

[accumulo-testing] branch master updated: Some improvements to rwalk script (#82)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 580646e  Some improvements to rwalk script (#82)
580646e is described below

commit 580646e7785f5a2cbbb14b09f9c51dbf49bfe105
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Jun 20 13:42:47 2019 -0400

    Some improvements to rwalk script (#82)
    
    * Some improvements to ./bin/rwalk
    * Fix script name
---
 bin/rwalk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/rwalk b/bin/rwalk
index 30cf0a7..caef893 100755
--- a/bin/rwalk
+++ b/bin/rwalk
@@ -21,11 +21,13 @@ at_home=$( cd "$( dirname "$bin_dir" )" && pwd )
 function print_usage() {
   cat <<EOF
 
-Usage: rw-test <module> (<argument>)
+Usage: $0 <module> (<argument>)
 
    Runs random walk <module>
-   Modules located in core/src/main/resources/randomwalk/modules
+   Modules listed below located in <at_home>/src/main/resources/randomwalk/modules
+
 EOF
+  find "$at_home/src/main/resources/randomwalk/modules/." -name "*.xml" -printf "%f\n"
 }
 
 if [ -f "$at_home/conf/env.sh" ]; then