The Clar test framework has a bug whereby it skips the parsing phase on files with mtime=0. Reported upstream at . diff --git a/tests/generate.py b/tests/generate.py index b639c8f..111ca41 100644 --- a/tests/generate.py +++ b/tests/generate.py @@ -63,3 +63,3 @@ class Module(object): - self.mtime = 0 + self.mtime = None # Guix sets all file mtimes to '0' self.enabled = True png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....Tobias Geerinckx-Rice
2020-10-23doc: Update README....Maxim Cournoyer
2020-10-22README: Refer to the manual for building from Git....Maxim Cournoyer
2020-06-02doc: Update README to refer to the manual....Ludovic Courtès