aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts-build.scm
diff options
context:
space:
mode:
authorPjotr Prins <pjotr.public01@thebird.nl>2017-02-26 10:52:21 +0000
committerKei Kebreau <kei@openmailbox.org>2017-03-02 13:31:44 -0500
commit38510546d9bfdd3d3c72b9039e6a048b1cb66199 (patch)
treeef287e801c203a3ceb3e6c35e2864c04b7baa65d /tests/scripts-build.scm
parent3e7cb70a2a845ed672f816176565e0b8da661bdb (diff)
downloadguix-38510546d9bfdd3d3c72b9039e6a048b1cb66199.tar.gz
guix-38510546d9bfdd3d3c72b9039e6a048b1cb66199.zip
gnu: Add speedtest-cli.
* gnu/packages/networking.scm (speedtest-cli): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
Diffstat (limited to 'tests/scripts-build.scm')
0 files changed, 0 insertions, 0 deletions
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