aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-01-27 14:17:36 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-01-27 16:31:21 +0100
commita07da81745c9cc6d732441eabcede17e70b81944 (patch)
tree9c36c4170ed6318306f5f0b8dc854093481ff55d /scripts
parent41a23a1a96c90824a0c6cb5783774b7a90595a87 (diff)
downloadguix-a07da81745c9cc6d732441eabcede17e70b81944.tar.gz
guix-a07da81745c9cc6d732441eabcede17e70b81944.zip
gnu: Add flmsg.
* gnu/packages/radio.scm (flmsg): New variable.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
ge.scm, tests/hash.scm, tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm, tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm, tests/profiles.scm, tests/publish.scm, tests/pypi.scm, tests/records.scm, tests/scripts-build.scm, tests/scripts.scm, tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm, tests/store.scm, tests/substitute.scm, tests/syscalls.scm, tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm, tests/utils.scm: Don't exit at the end of test groups. * tests/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77. Mathieu Lirzin 2016-01-20tests: Move beatify-description tests to import-tests....Fixes <http://bugs.gnu.org/22391>. * tests/cran.scm (beautify-description: use double spacing, beautify-description: transform fragment into sentence). Move from here ... * tests/import-utils.scm: ... to here. New file. * Makefile.am (SCM_TESTS): Add import-utils. Ben Woodcroft