From owner-freebsd-testing@FreeBSD.ORG Mon Feb 23 22:19:28 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7617FE6 for ; Mon, 23 Feb 2015 22:19:28 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 866FE908 for ; Mon, 23 Feb 2015 22:19:28 +0000 (UTC) Received: by iecar1 with SMTP id ar1so27454497iec.0 for ; Mon, 23 Feb 2015 14:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=9oJuLEaOqXVZyGc6g0BdjNKPawLZcJ+l7uMG5aIhQrg=; b=tNUaRMWHmmiziHTAmlC74ZU46wnyXLPhFAo8iolkql5KoXT+zeUHTsi0WcQqp3g6bT 0GjKcWIOhTWOfWCwZnl3xDBUUbqadzcTVbo5DgbwGMgW3KpxvmY4a7HjMcNqrXwtrSfp urUj8B/3YGtjWXqlT4cVeuV26X62tpR+hXujAcW5hydvzUHyaLiBtLWyBY8mqJw90Sgc vhfCwjEiftRohH+nXCC+MtH2bqfNbkN6lYdkwN0lP4uwF/lY1mr+N5RNjOJmpN4x7oy/ qtbAHTXN7R4KBAFcv7w68NIa5GWSULpCYsnRHiTZw1nZD0a1iLig1ZxtN8KGz4bJv++k I/UA== X-Received: by 10.42.222.68 with SMTP id if4mr14123049icb.45.1424729967838; Mon, 23 Feb 2015 14:19:27 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.158.19 with HTTP; Mon, 23 Feb 2015 14:19:07 -0800 (PST) From: Ed Maste Date: Mon, 23 Feb 2015 17:19:07 -0500 X-Google-Sender-Auth: wJNoHjd5RRFXfpAqYswa1D8yQ0A Message-ID: Subject: Running tests as a developer prior to commit To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2015 22:19:28 -0000 In a discussion on -CURRENT from a test failure (Re: Jenkins build is still unstable: FreeBSD_HEAD-tests2 #740), On 21 February 2015 at 18:38, Garrett Cooper wrote: > > Not disguising stderr, here=E2=80=99s what pops up: > > $ sudo prove -v pgrep-j_test.sh > pgrep-j_test.sh .. > 1..3 > jls: unknown parameter: allow ... It's great the automated Jenkins runs caught this error and that it's now fixed. It'd be even better if we can facilitate simple runs of a suitable subset of tests prior to a commit. It looks like "make test" is close, despite the warnings it emits about being experimental. Is there a path we can take to support it, for at least a common case of developing and testing on a FreeBSD-CURRENT install?