GNU Guix consists of Scheme code that implements the deployment model of the Nix package management tool. In fact, it currently talks to a build daemon whose code comes from Nix (see the manual for details.) Nix was initially written by Eelco Dolstra; other people have been contributing to it. See `nix/AUTHORS' for details. The list of GNU Guix contributors is now generated from the output of 'git log' and written to this file, as can be seen in release tarballs. /'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/marionette.scm
AgeCommit message (Expand)Author
2021-09-26marionette: Print a line when a test succeeds....Ludovic Courtès
2021-09-26marionette: 'system-test-runner' can create output directory....Ludovic Courtès
2021-09-26marionette: 'system-test-runner' dumps test log upon failure....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2020-02-22marionette: Provide portable US-layout keystrokes for "<" and ">"....Ludovic Courtès
2020-02-22marionette: 'wait-for' procedures no longer leak a port....Ludovic Courtès
2019-05-15marionette: Add braces to the keystrokes....Ludovic Courtès