aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/base.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-19 17:26:02 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-12 12:46:03 -0400
commit1341779f8489c207c9683e0c88bc8c99815da57a (patch)
treeaf9a7d380ff0ab5aa9829a82b19edc93ebbfbe8b /gnu/tests/base.scm
parent4fe4943ba66bd4c9ed5f3c0e30f4ae639bcea105 (diff)
downloadguix-1341779f8489c207c9683e0c88bc8c99815da57a.tar.gz
guix-1341779f8489c207c9683e0c88bc8c99815da57a.zip
gnu: Add python-crccheck.
* gnu/packages/python-xyz.scm (python-crccheck): New variable.
Diffstat (limited to 'gnu/tests/base.scm')
0 files changed, 0 insertions, 0 deletions
d-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