Repository: accumulo Updated Branches: refs/heads/1.5.2-SNAPSHOT 9fbc24abe -> 05a64c13d refs/heads/1.6.1-SNAPSHOT a61e242e3 -> 3bcea0dee refs/heads/master c9c6897ae -> 9d8d69a25
ACCUMULO-2852: use Cwd, since we're using Cwd. also change usage text to match new executable name Signed-off-by: Josh Elser <els...@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.5.2-SNAPSHOT Commit: 05a64c13deb8205e478e43f43938a434e34d2009 Parents: 9fbc24a Author: Michael Berman <mber...@sqrrl.com> Authored: Mon Jun 2 17:39:24 2014 -0400 Committer: Josh Elser <els...@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); }