Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.0.2-test-2 is available
- X-seq: zsh-users 18181
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxx>
- Subject: Re: 5.0.2-test-2 is available
- Date: Mon, 02 Dec 2013 07:21:13 -0800
- In-reply-to: <20131202151557.1636@binki>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20131201194653.7a98a4a4@pws-pc.ntlworld.com> <20131202151557.1636@binki>
On Dec 2, 3:15pm, d.henman wrote:
}
} These failures commonly occur on Cygwin, but I still use zsh. I guess
} I don't use the features relavent to the failed tests. But, I would
} like to remove as many failures as possible. If you can spot anything
} in the below that can be fixed in a manner that works on Cygwin would
} be good,
Well ...
} Test ./X02zlevi.ztst failed: non-zero status from preparation code:
} Test ./Y01completion.ztst failed: non-zero status from preparation code:
} Test ./Y01completion.ztst failed: bad status 1, expected 0 from:
} Test ./Y02compmatch.ztst failed: non-zero status from preparation code:
My best guess is that this means "comptestinit" is failing, because
later ...
} (eval):1: command not found: test_code
} (eval):1: command not found: tst_arguments
... and both of those are functions defined only when comptestinit has
succeeded.
So you could try to figure out why comptestinit fails, perhaps by adding
a "setopt xtrace" into Test/comptest, but really those tests should be
skipped if their environment can't be initialized.
--
Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author