X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) by lists.alpinelinux.org (Postfix) with ESMTP id E74AF5C0DDF for ; Fri, 27 Jan 2017 08:15:05 +0000 (GMT) Received: by mail-lf0-f65.google.com with SMTP id q89so25426246lfi.1 for ; Fri, 27 Jan 2017 00:15:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=oQu3LfT2qyWJ1fo2oYXmFsexAZVHlyhiHYvFgxAX6SI=; b=bleSFCGbUjth0nRYPNkw5zhP7/+olXjtAOiW9emZKYQB65eRlOhUd/u7QXQvoQjXoI 1aogv1z8iLzSWr9UsM/2C5RewJPDWeMh4F+o1DARPwzdh5wVLnBvzh0jL9tsuKAJwS3+ LZY6AqYsCqNf1QPf9gz9jYPuIegPp0oFzgYXUgLy1/KDet+h9ui+yr0k1PU10/0TBU3B Ci8Kp575u7rv39MC/JRKCgorlBlqjgBZJVSZTSaD8MbFDZc0vBWhcYeoG2ddmb2+90qS mtscBmV2cIY0QxZXGTytMpt5VFOXUrBtOk9MyXTS6/Mqm/dWF/MgXuMSxL+ODB2d3Giq YMeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=oQu3LfT2qyWJ1fo2oYXmFsexAZVHlyhiHYvFgxAX6SI=; b=Ld+yIQCeCy5iIgHtPqdfoqrbQV9fzXHqPzWnGN08xB9kmpzuH76DdjXVcU+R8QXkGv t+uP+InWwbKY+rGjhteOgD2P4ZXxA2f9EYiwWH9p9XrIhwPY9HllDTzTg8hDZk6pjlkU OsG0OatThHxGmkoupxVxQ8e40iikNxBxLs5bcGR44+GVSxdRd1tQhkhW82MAmTsg41dx TqyDZrQ8vWkm0rOJlDgAJprGVv4tzlbZO6qLwmllrZA326fBII4rV9sIyc9saReRa0cL 4BJgC5EXodvmR2h648FgUpRb0y6mWfymwmpunCmB2wbGaNk+A6N7DYUUFohJRZqdZepj LPMQ== X-Gm-Message-State: AIkVDXILKV2Q3fae/hcRwFO5HT1mikzflNykGdknJB3WHCKXC/uTQbmmeAT3zwmbp8f8zg== X-Received: by 10.25.193.3 with SMTP id r3mr2213254lff.54.1485504905071; Fri, 27 Jan 2017 00:15:05 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id s7sm1096097lja.27.2017.01.27.00.15.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Jan 2017 00:15:04 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 27 Jan 2017 10:15:02 +0200 From: Timo Teras To: Ed Robinson Cc: 7heo <7heo@mail.com>, nenolod@dereferenced.org, alpine-devel@lists.alpinelinux.org, jakub@jirutka.cz Subject: Re: [alpine-devel] Proposal: testsuite support in APKBUILDs Message-ID: <20170127101502.7a2ff893@vostro.util.wtbts.net> In-Reply-To: References: <20170126112655.44ad5c0e@vostro.util.wtbts.net> <4EDA0683-3991-44D0-882C-C34FBD4C38B2@jirutka.cz> <5blaf1.okfi73.2tnq26-qmf@gmx.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 27 Jan 2017 08:10:19 +0000 Ed Robinson wrote: > I would prefer test over check and (testsuite). Test is a verb so fits > nicely with the other commands. "make test" is used about 4 times more > often than make check in the existing packages. > https://github.com/alpinelinux/aports/search?utf8=%E2%9C%93&q=make+test&type=Code > (634 results) vs > https://github.com/alpinelinux/aports/search?utf8=%E2%9C%93&q=make+check&type=Code > (180 results) > > I think the idea is a good one overall and I think while naming is > moderately important, having the feature is more important than > getting the name right... 'test' is a shell built-in and due to the way abuild is implemented, it cannot be used. It would break lots of stuff. I have no strong opinion over 'check' or 'testsuite'. I'm planning to add 'rootbld' that will do a clean chroot build of the package. So that would not be strictly a verb either. I have patch for this, but it's pending a way to configure the repository URLs properly. /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---