[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Always store tests in egg cache, even if not r
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Always store tests in egg cache, even if not running tests (fixes #1477) |
Date: |
Thu, 21 Jun 2018 18:28:51 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Hi all,
I ran into this by accident this morning while doing some routine tests
after re-installing CHICKEN master on my work machine. When you download
an egg without tests and later want to re-install the egg _with_ tests,
it refuses to run tests, because "there are no tests" (in the cached egg).
Attached patch is the simplest way I could come up with to fix this.
An alternative would be to somewhere store whether we got the egg with
or without tests, but that would be a much more complicated change.
Cheers,
Peter
0001-Always-fetch-tests-when-retrieving-eggs-to-avoid-cac.patch
Description: Text Data
signature.asc
Description: PGP signature
- [Chicken-hackers] [PATCH] Always store tests in egg cache, even if not running tests (fixes #1477),
Peter Bex <=