aboutsummaryrefslogtreecommitdiff
path: root/tests/profiles.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:50:08 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-05 09:12:53 +0200
commit7a287bc670f52f5bcdc078e9e980c945b36a0e81 (patch)
tree869d64f4682b1324d3f149e6b0c585fcf0e3fe2c /tests/profiles.scm
parent99496a17f5279a238c89ec00bb96586abe5104b6 (diff)
downloadguix-7a287bc670f52f5bcdc078e9e980c945b36a0e81.tar.gz
guix-7a287bc670f52f5bcdc078e9e980c945b36a0e81.zip
gnu: r-timeseriesexperiment: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-timeseriesexperiment): Update to 1.10.0.
Diffstat (limited to 'tests/profiles.scm')
0 files changed, 0 insertions, 0 deletions
nning the Test Suite): Document the new options. Maxim Cournoyer 2021-01-31build: test-driver.scm: Enable colored test results by default....The Automake parallel test harness 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