search for: automated_testing

Displaying 3 results from an estimated 3 matches for "automated_testing".

2019 Sep 15
2
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
In the case of Search::Xapian 1.2.x and xapian-core 1.4.y, $msg is deliberately unset because the two versions should be compatible. Since this is intended to be an escape from this conditional, it should be respected by the AUTOMATED_TESTING check, so automated testing with compatible libraries doesn't nevertheless result in no Makefile. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7aa3583..0efadc4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -205,23 +205,23 @...
2019 Sep 16
0
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
..., Sep 15, 2019 at 05:29:02PM +0000, Alyssa Ross wrote: > In the case of Search::Xapian 1.2.x and xapian-core 1.4.y, $msg is > deliberately unset because the two versions should be > compatible. Since this is intended to be an escape from this > conditional, it should be respected by the AUTOMATED_TESTING check, so > automated testing with compatible libraries doesn't nevertheless > result in no Makefile. Thanks for spotting, applied in git. Cheers, Olly
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
On Wed, Aug 3, 2016, at 19:26, James Aylett wrote: > On Wed, Aug 03, 2016 at 06:54:32PM +0200, rsto at paranoia.at wrote: > > Oddly enough, the pull request causes Travis to break for clang but not > > for gcc [1]. That's because the clang build process fails for the test > > 'querypairwise1' [2], which AFAIK I didn't touch at all. Is that a > > known