Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 64681 invoked from network); 18 Nov 2009 14:19:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 14:19:40 -0000 Received: (qmail 25655 invoked by uid 500); 18 Nov 2009 14:19:40 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 25605 invoked by uid 500); 18 Nov 2009 14:19:40 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 25594 invoked by uid 99); 18 Nov 2009 14:19:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 14:19:40 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.217.213] (HELO mail-gx0-f213.google.com) (209.85.217.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 14:19:32 +0000 Received: by gxk5 with SMTP id 5so1072393gxk.17 for ; Wed, 18 Nov 2009 06:19:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.239.148.12 with SMTP id d12mr393923hbb.152.1258553949971; Wed, 18 Nov 2009 06:19:09 -0800 (PST) Date: Wed, 18 Nov 2009 09:19:09 -0500 Message-ID: <153af7a10911180619k74fcd449r2caba4c5d69c3e50@mail.gmail.com> Subject: prioritizing tests From: Shane Witbeck To: users@buildr.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I have a fairly large project with several subprojects. I'd like to be able to prioritize tests for a select few of the subprojects so that they run first. Are there any clever ways of doing this? -Shane