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 ic/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
AgeCommit message (Expand)Author
2019-03-24system: Initialize console keyboard layout in the initrd....Ludovic Courtès
2019-03-24vm: 'virtualized-operating-system' inherits from the user's bootloader config....Ludovic Courtès
2019-03-24Add (gnu system keyboard)....Ludovic Courtès
2019-03-22vm: 'system-docker-image' calls 'sync' before rebooting....Ludovic Courtès
2019-03-17vm: 'expression->derivation-in-linux-vm' leads to a kernel panic upon failure....Ludovic Courtès
2019-03-13linux-container: 'containerized-operating-system' removes "useless" services....Ludovic Courtès
2019-03-13linux-modules: Factorize 'missing-modules'....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès