aboutsummaryrefslogtreecommitdiff
path: root/tests/print.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2022-11-01 01:07:16 +0100
committerChristopher Baines <mail@cbaines.net>2022-11-03 18:17:07 +0100
commit318581c5fc8f7716ad65d670eb7654a03a0e785d (patch)
tree7b75ca064404e6a3df9d6b52b4af6494e19e928f /tests/print.scm
parent7f75be7312cc93809c90d771e58000723637ba76 (diff)
downloadguix-318581c5fc8f7716ad65d670eb7654a03a0e785d.tar.gz
guix-318581c5fc8f7716ad65d670eb7654a03a0e785d.zip
gnu: strawberry: Remove trailing #t from phases and snippet.
* gnu/packages/music.scm (strawberry)[arguments]<#:phases>: Remove trailing #t. [snippet]: Likewise. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'tests/print.scm')
0 files changed, 0 insertions, 0 deletions
ic Courtès 2019-05-15vm: 'system-docker-image' provides an entry point....This simplifies use of images created with 'guix system docker-image'. * gnu/system/vm.scm (system-docker-image)[boot-program]: New variable. [os]: Add it to the GC roots. [build]: Pass #:entry-point to 'build-docker-image'. * gnu/tests/docker.scm (run-docker-system-test): New procedure. (%test-docker-system): New variable. * doc/guix.texi (Invoking guix system): Remove GUIX_NEW_SYSTEM hack and '--entrypoint' from the example. Mention 'docker create', 'docker start', and 'docker exec'. Ludovic Courtès 2019-01-18tests: docker: Use "package" instead of "dummy-package"....* gnu/tests/docker.scm (build-tarball&run-docker-test): Use "package" instead of "dummy-package". Danny Milosavljevic 2019-01-15tests: docker: Run a guest guile inside the docker container....* gnu/tests/docker.scm (run-docker-test): Add parameters. Load and run docker container. Check response of guest guile. (build-tarball&run-docker-test): New procedure. (%test-docker): Use it. [description]: Modify. Danny Milosavljevic 2019-01-11tests: Nitpick on Docker test....This is a followup to 7d8a4eeacc534c8742e0b22d855aa73e5ab66b7f. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/tests/docker.scm. * gnu/tests/docker.scm: Update copyright line. Ludovic Courtès 2019-01-10tests: docker: Fix test....* gnu/tests/docker.scm (run-docker-test): Set memory and disk size. (%docker-os): Add elogind service. Danny Milosavljevic 2019-01-10tests: Add Docker system test....* gnu/tests/docker.scm: New file. Danny Milosavljevic