aboutsummaryrefslogtreecommitdiff
path: root/tests/gremlin.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-06-06 09:43:59 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-06-06 09:46:04 +0200
commitda28abcfb04d9a4911264d2921512b0ad5acf8e6 (patch)
treee1400429ae8d5b7267d370bcd43de902851abbd7 /tests/gremlin.scm
parent04beee1632a55963a05f227a6481e0912c390600 (diff)
downloadguix-da28abcfb04d9a4911264d2921512b0ad5acf8e6.tar.gz
guix-da28abcfb04d9a4911264d2921512b0ad5acf8e6.zip
gnu: sdrangel: Add SoapySDR support.
* gnu/packages/radio.scm (sdrangel)[inputs]: Add soapysdr. [arguments]: Update 'configure-flags'.
Diffstat (limited to 'tests/gremlin.scm')
0 files changed, 0 insertions, 0 deletions
d>tests: Honor the return value of 'start-service'.Clément Lassieur Since commit dc7b3e56337ee9d8dcd8fe7d5cab71ef536d024f, 'start-service' returns the Shepherd's representation of the service as a sexp, and '#f' if the service fails to start. Also, it doesn't throw an exception when the service fails to start, so relying on an exception instead of relying on its return value is a false positive. * gnu/tests/base.scm (run-nss-mdns-test): Split tests so to check the return value of 'start-service'. (run-mcron-test, run-nss-mdns-test): Use 'test-assert' with the return value of 'start-service'. * gnu/tests/admin.scm (run-tailon-test): Idem. * gnu/tests/dict.scm (run-dicod-test): Idem. * gnu/tests/mail.scm (run-opensmtpd-test, run-exim-test, run-dovecot-test): Idem. * gnu/tests/messaging.scm (run-xmpp-test, run-bitlbee-test): Idem. * gnu/tests/nfs.scm (run-nfs-test): Idem. * gnu/tests/rsync.scm (run-rsync-test): Idem. * gnu/tests/ssh.scm (run-ssh-test): Idem. * gnu/tests/version-control.scm (run-cgit-test, run-git-http-test): Idem. * gnu/tests/web.scm (run-php-fpm-test): Idem. 2018-06-01tests: ssh: Use 'with-extensions'.Ludovic Courtès * gnu/tests/ssh.scm (run-ssh-test)[test]: Wrap body in 'with-extensions'. Remove %load-path manipulation code. 2017-11-01tests: ssh: Make sure we can run executables from PATH.Marius Bakke * gnu/tests/ssh.scm (run-ssh-test): Add tests for running commands in system and user profile.