You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/06/03 05:42:46 UTC

[2/6] git commit: ACCUMULO-2852: use Cwd, since we're using Cwd. also change usage text to match new executable name

ACCUMULO-2852: use Cwd, since we're using Cwd. also change usage text to match new executable name

Signed-off-by: Josh Elser <el...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/05a64c13
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/05a64c13
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/05a64c13

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: 05a64c13deb8205e478e43f43938a434e34d2009
Parents: 9fbc24a
Author: Michael Berman <mb...@sqrrl.com>
Authored: Mon Jun 2 17:39:24 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Jun 2 23:30:26 2014 -0400

----------------------------------------------------------------------
 test/system/continuous/master-agitator.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/05a64c13/test/system/continuous/master-agitator.pl
----------------------------------------------------------------------
diff --git a/test/system/continuous/master-agitator.pl b/test/system/continuous/master-agitator.pl
index 0b7ff0d..329114e 100755
--- a/test/system/continuous/master-agitator.pl
+++ b/test/system/continuous/master-agitator.pl
@@ -17,9 +17,10 @@
 
 
 use POSIX qw(strftime);
+use Cwd qw();
 
 if(scalar(@ARGV) != 2){
-	print "Usage : magitator.pl <sleep before kill in minutes> <sleep before start-all in minutes>\n";
+	print "Usage : master-agitator.pl <sleep before kill in minutes> <sleep before start-all in minutes>\n";
 	exit(1);
 }