From owner-freebsd-testing@freebsd.org Thu Dec 17 06:59:24 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DC41A49598; Thu, 17 Dec 2015 06:59:24 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (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 EB7F318AF; Thu, 17 Dec 2015 06:59:23 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x22a.google.com with SMTP id o64so25760223pfb.3; Wed, 16 Dec 2015 22:59:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; bh=A2baPl8Zr5p3AK1Y37rw+Nl4QWSDxyDvq5SV71T2IRg=; b=tNtNqP5RYwHmiJM4+yOG3VcMeSW9lUgnzYMQYfAEGfXMXs9qgdykXsxSC9oxrGpzVN 1u4+THQxKGYUtudeyHKvGd8TJMGqslGYhxH0ZNGhhrbh228P4JpRRM59d0lewsXxjgD4 MBouO/hrPUxd78rrVWnwhAzgUziT6o20xq/pYRdZjRcvaxFNJYYPBnTrKs95Lb7DidiW xDwT/d+2RtzPrwpjxazbK7hpAnLbYW7VE/0X10WAE2ekBxd/QzE9TW6TSaS3tdMjxcKF 1Go4+6C5rXZFl+LQ86lD4I7QftD0f7hhkZw10DIM/4fdPuCsZbUDletHtQJtFckag2SY z+TA== X-Received: by 10.98.44.15 with SMTP id s15mr11982684pfs.2.1450335563454; Wed, 16 Dec 2015 22:59:23 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id r90sm8930167pfa.12.2015.12.16.22.59.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Dec 2015 22:59:05 -0800 (PST) From: NGie Cooper Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [RFC] Simplify running the FreeBSD test suite Date: Wed, 16 Dec 2015 22:59:04 -0800 Message-Id: <65902742-AB77-4568-B7B1-23A8794EE6C9@gmail.com> Cc: freebsd-arch To: "freebsd-testing@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 06:59:24 -0000 Hi all, I=E2=80=99ve posted an item for review which will simplify = running the FreeBSD test suite for end-users: = https://reviews.freebsd.org/D4406 . I have not sent the patch out for an = exp-run yet (but will soon); I would appreciate feedback on the = following high-level items: 1. `make regress` (the legacy target) will become `make check` = to match other open source projects. It will by default test changes in = .OBJDIR, but allows the end-user to specify the installed directory via = CHECKDIR. 2. `make checkworld` will be added to mirror `make = buildworld`/`make installworld` (it will test the installed system as = opposed to what=E2=80=99s contained in the build tree). I=E2=80=99m proposing that the changes be CRed and checked in = sometime before the new year. Thank you! -NGie=