aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-11 01:22:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-11 01:22:32 +0100
commit6577611b2b171c5ad975f0586424eb026380fa38 (patch)
tree3484ac58778a332d61175c0ba8477c8ff8f2ef18 /Makefile.am
parent8067e7bf2bc7d27c190f274a86e21fc3ea161dcb (diff)
downloadguix-6577611b2b171c5ad975f0586424eb026380fa38.tar.gz
guix-6577611b2b171c5ad975f0586424eb026380fa38.zip
gnu: acpica: Update to 20180209.
* gnu/packages/admin.scm (acpica): Update to 20180209.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
st-match-name*, test-match-name*/negated, %test-match-all): New variables. (main): Compute the test specifier based on the values of the new options and apply it to the current test runner when running the test file. * doc/guix.texi (Running 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