diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-16 14:54:27 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-31 22:23:41 -0500 |
commit | 13f299b2c98cce0ede3a8a37dd11832fdb3827bb (patch) | |
tree | 169726e5722696ba38c16ae4c38f1ebd3d25dd3d /doc | |
parent | 85243d0d63e2219d0d376a541fa67efc24e6e2c8 (diff) | |
download | guix-13f299b2c98cce0ede3a8a37dd11832fdb3827bb.tar.gz |
build: 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.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions