X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) by lists.alpinelinux.org (Postfix) with ESMTP id 914A15C41A1 for ; Sun, 10 Jul 2016 00:34:25 +0000 (GMT) Received: by mail-lf0-f48.google.com with SMTP id h129so48925211lfh.1 for ; Sat, 09 Jul 2016 17:34:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TFEw5tfZgrYcRx4EviAz/eGGgwhalk7hFqgaP4PjX3I=; b=LOce+LY2qa/5SeA4Kj99sxofC0MIFbGVoljo0Ttv961+a1v+2n6KnsO3x4KntKBpc9 9Ae6hTHm7UqOcjFikOhQB2E8V9yMl6Vbi6f9RBnvancXlqfJgxPHZAChcaue/u6bqWg3 Boy+o8WstIJje38YUTkFfX+Az7R7S5Cl5lIiktdZCxmRN2tNUZKDQrjWxcmP9ZFcWCRS khgbQMBnzayBeFWrWksEtTl6KPlhZz0o5s69u4ZT9mP9vlnJQR0n/7fjDuK+VuwdnwmM WcspyA0fF5SoZBNnLiz6na4uk03PtLKG/NYU7P1zllgvyDKZ3M9rvOCINF6jR9zvgDho yIuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TFEw5tfZgrYcRx4EviAz/eGGgwhalk7hFqgaP4PjX3I=; b=ahK9hgR3L6Vd7vJ1ysWWtJzps27GAd7NCnhfa5RKfw7fmko45tC6vC9puKntHCf+U+ H7dBJGHlrrYAmZEQZ2cWsnj8WCcDJBDkFA+022uF303BuhB++aWCcFk4ACmwDzn0i5E8 fzqkRHORvOPtXRqtipr7mt15Ky8b2L5KmzkWeh08EQe5LJtuHYCVhoL2FF5VxxewYGHz yIjyFYYNMg7l2vM9aqBKFBWJ0TW5YE6PRGjvcVLRugNuXV7AAueY/1+mw/Ooa3FRt1sa JUqtRs4TK/j3ioJYv7nwEwvZNOPIiSTOEWfZXLBaJ609JJuDlXbKzhCJBLwCS94TK1hh lBwA== X-Gm-Message-State: ALyK8tJ6yBA1fnBVJAn1OUl+fQGPO7gLesVTTsCUqttUYUtKKBrGwqJ7im496sWCcHOML2jBKKw1DuL83IH3Eg== X-Received: by 10.25.76.11 with SMTP id z11mr2609488lfa.49.1468110864609; Sat, 09 Jul 2016 17:34:24 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.25.167.4 with HTTP; Sat, 9 Jul 2016 17:34:05 -0700 (PDT) In-Reply-To: <9e8170b6-0ac4-9708-b25d-e5ab9119fcb9@bpiotrowski.pl> References: <20160709063959.32289-1-koloberdin@gmail.com> <9e8170b6-0ac4-9708-b25d-e5ab9119fcb9@bpiotrowski.pl> From: Michael Koloberdin Date: Sun, 10 Jul 2016 03:34:05 +0300 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/patchelf: new aport To: =?UTF-8?Q?Bart=C5=82omiej_Piotrowski?= Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a114b16c093772e05373d3267 --001a114b16c093772e05373d3267 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable That test should not fail. (it should not exit on an expected failure code but should go on to further checks) This patch fixes it: http://patchwork.alpinelinux.org/patch/2216/ On Sat, Jul 9, 2016 at 11:32 AM, Bart=C5=82omiej Piotrowski wrote: > On 2016-07-09 08:39, Michael Koloberdin wrote: > > +check() { > > + make -C tests -j1 check || return 1 > > +} > > There is no standalone check function in abuild. I moved it to build(), > where it failed on this test: set-rpath-library.sh > > Could you check what's going on? > > Bart=C5=82omiej > > --=20 Best regards, Michael --001a114b16c093772e05373d3267 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
That test should not fail. (it should not exit on an expec= ted failure code but should go on to further checks)

On Sat, Jul 9, 2016 at 11:32 AM, Bart=C5= =82omiej Piotrowski <b@bpiotrowski.pl> wrote:
On 2016-07-09 08:39, Michael Koloberdin= wrote:
> +check() {
> +=C2=A0 =C2=A0 =C2=A0make -C tests -j1 check || return 1
> +}

There is no standalone check function in abuild. I moved it to build= (),
where it failed on this test: set-rpath-library.sh

Could you check what's going on?

Bart=C5=82omiej




--
Best re= gards,
Michael
--001a114b16c093772e05373d3267-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---