Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Skipping gdbm test
- X-seq: zsh-workers 40712
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Skipping gdbm test
- Date: Fri, 3 Mar 2017 09:55:15 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=UwN0lFp91dVjUVN N0DiIjlXh49k=; b=rAMY52LxVhMgeLIWNuN3WJEFlALgLMDhY1q5/2CKBJ5HaIE 1kilEi/+CjrrD4Uu6ZORDFxFZieD8rbFTMkmUSpSkcaHAXrTuzr76k/8h2ttf4QT G/NyV/PpDXYSNwGCabVNynkvA2lXN+sB4B6ajnOwbuHqgru3sp/T3BtK2Zfo=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=UwN0lFp91dVjUV NN0DiIjlXh49k=; b=T/ZNySF2IYh9ltdmdFeAfYMbyx/rVTRJbN6cEsoFLNB++S n5obaf7DnSMEB7IItSTJMobafr6OjaF7+JKA5INlX1w1fDn/HDb1e0eJg0/HANN3 56ZvrFkUDd1CehDJDh3X8ESYfxfaah6QtG9nhbgIy288eu3AeOyF8MPfSwzvw=
- In-reply-to: <20170303091902.6fb98763@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20170302145932epcas5p18f7477866f38d8bbc75a640afffa04cd@epcas5p1.samsung.com> <CACeGjnUAnvcrmN2kHiZioXajPF5ejhQrhf2=f8Q9b5yes00PJA@mail.gmail.com> <20170302150541.7f2c89f7@pwslap01u.europe.root.pri> <1488471464.113806.898254512.0339C552@webmail.messagingengine.com> <20170303091902.6fb98763@pwslap01u.europe.root.pri>
Peter Stephenson wrote on Fri, Mar 03, 2017 at 09:19:02 +0000:
> On Thu, 02 Mar 2017 08:17:44 -0800
> Sebastian Gniazdowski <psprint3@xxxxxxxxxxxx> wrote:
> > Maybe the skip could be done more quiet? I've followed V10private.tst,
> > but that module is easily built. Checked that in %prep path to gdbm
> > module file is: Modules/zsh/db/gdbm.so
>
> I don't think it's a problem. Skipping is common within tests, too,
> depending on system features. It's just when something changes that
> people notice.
I think the proposal was to removal lines 2,3 but keep lines 1,4:
>>>> 1 /opt/src/zsh-2017-03-01/Test/V11db_gdbm.ztst: starting.
>>>> 2 (eval):3: failed to load module `zsh/db/gdbm':
>>>> 3 /opt/build/zsh-2017-03-01/Test/Modules/zsh/db/gdbm.so: cannot open shared object file: No such file or directory
>>>> 4 /opt/src/zsh-2017-03-01/Test/V11db_gdbm.ztst: skipped (can't load zsh/db/gdbm module for testing)
Personally I think it'd be good to hide that particular
error message; line 4 tells the user what he needs to know.
CHeers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author