Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56B9611305 for ; Tue, 3 Jun 2014 03:42:46 +0000 (UTC) Received: (qmail 50513 invoked by uid 500); 3 Jun 2014 03:42:46 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 50406 invoked by uid 500); 3 Jun 2014 03:42:46 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 50281 invoked by uid 99); 3 Jun 2014 03:42:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 03:42:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AE8E192C785; Tue, 3 Jun 2014 03:42:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Tue, 03 Jun 2014 03:42:47 -0000 Message-Id: In-Reply-To: <8187bb682df84b4eb273730c6dc8541f@git.apache.org> References: <8187bb682df84b4eb273730c6dc8541f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/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 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/master Commit: 05a64c13deb8205e478e43f43938a434e34d2009 Parents: 9fbc24a Author: Michael Berman Authored: Mon Jun 2 17:39:24 2014 -0400 Committer: Josh Elser 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 \n"; + print "Usage : master-agitator.pl \n"; exit(1); }