aboutsummaryrefslogtreecommitdiff
path: root/nix/boost
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-09-06 13:38:02 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-09-06 13:47:48 +0200
commit934b77260240a9fda11066816107425d1fd6dc7d (patch)
treefb7ef678f23f5610e24f193032d732705e018531 /nix/boost
parent48e4275a917107ca1e9cc09c406de57f2828b463 (diff)
downloadguix-934b77260240a9fda11066816107425d1fd6dc7d.tar.gz
guix-934b77260240a9fda11066816107425d1fd6dc7d.zip
gnu: emacs-json-reformat: Update to 0.0.7.
* gnu/packages/emacs-xyz.scm (emacs-json-reformat): Update to 0.0.7. [arguments]<#:phases>: Disable a failing test.
Diffstat (limited to 'nix/boost')
0 files changed, 0 insertions, 0 deletions
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