aboutsummaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-04-15 18:12:24 +0200
committerLudovic Courtès <ludo@gnu.org>2022-04-15 19:13:02 +0200
commit6e174c4edd4786d93c1e424c45052f70b2bb3fb0 (patch)
tree7bab3e7df497a69aa407d4489edb093542c7ab0d /THANKS
parent35a1de1a4cfbd3bb0514d4b8ba8d07d20da2993f (diff)
downloadguix-6e174c4edd4786d93c1e424c45052f70b2bb3fb0.tar.gz
guix-6e174c4edd4786d93c1e424c45052f70b2bb3fb0.zip
gnu: shepherd: Support cross-compilation.
Reported by phodina <phodina@protonmail.com>. * gnu/packages/admin.scm (shepherd-0.9)[arguments]: New field. [native-inputs]: Add GUILE-FIBERS-1.1.
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions
does its own smart detection of the terminal color capability and always provides the --color-tests argument to the driver. This change defaults the --color-tests argument to true when the test driver is run on its own (not via Automake). * build-aux/test-driver.scm (main): Set the default value of the --color-tests argument to true when it's not explicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer