Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-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 095B17326 for ; Thu, 15 Dec 2011 18:21:14 +0000 (UTC) Received: (qmail 29766 invoked by uid 500); 15 Dec 2011 18:21:13 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 29702 invoked by uid 500); 15 Dec 2011 18:21:13 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 29695 invoked by uid 99); 15 Dec 2011 18:21:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 18:21:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 18:21:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 88E1B2388860 for ; Thu, 15 Dec 2011 18:20:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1214900 - /hbase/trunk/src/docbkx/developer.xml Date: Thu, 15 Dec 2011 18:20:48 -0000 To: commits@hbase.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111215182048.88E1B2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stack Date: Thu Dec 15 18:20:48 2011 New Revision: 1214900 URL: http://svn.apache.org/viewvc?rev=1214900&view=rev Log: Add note on how to do single test w/ security profile enabled Modified: hbase/trunk/src/docbkx/developer.xml Modified: hbase/trunk/src/docbkx/developer.xml URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1214900&r1=1214899&r2=1214900&view=diff ============================================================================== --- hbase/trunk/src/docbkx/developer.xml (original) +++ hbase/trunk/src/docbkx/developer.xml Thu Dec 15 18:20:48 2011 @@ -247,6 +247,8 @@ pass multiple, individual tests as a com mvn test -P localTests -Dtest=MyTest1,MyTest2,MyTest3 You can also pass a package, which will run all tests under the package: mvn test -P localTests -Dtest=org.apache.hadoop.hbase.client.* +To run a single test with the security profile enabled: +mvn test -P security,localTests -Dtest=TestGet