guix/tests
David Thompson 13bc8d5e4f environment: Properly handle SIGINT.
Switching to execlp means that the process spawned in a container is PID
1, which obsoleted one of the 'guix environment --container' tests
because the init process can't be killed in the usual manner.

* guix/scripts/environment.scm (launch-environment/fork): New procedure.
(launch-environment): Switch from system* to execlp.  Add handler for
SIGINT.
(guix-environment): Use launch-environment/fork.
* tests/guix-environment-container.sh: Replace abnormal exit test with
one that works now that the spawned process is PID 1.
2016-03-27 15:09:21 -04:00
..
base32.scm
base64.scm
build-utils.scm
builders.scm
challenge.scm
containers.scm
cpan.scm
cpio.scm
cran.scm
cve-sample.xml
cve.scm
derivations.scm derivations: Raise an error when a module file is not found. 2016-03-23 00:23:12 +01:00
elpa.scm
file-systems.scm
gem.scm
gexp.scm gexp: Add #:disallowed-references. 2016-03-20 22:46:14 +01:00
gnu-maintenance.scm
grafts.scm
graph.scm
gremlin.scm
guix-archive.sh
guix-authenticate.sh
guix-build.sh
guix-daemon.sh
guix-download.sh
guix-environment-container.sh environment: Properly handle SIGINT. 2016-03-27 15:09:21 -04:00
guix-environment.sh
guix-gc.sh
guix-graph.sh
guix-hash.sh
guix-lint.sh
guix-package-net.sh
guix-package.sh
guix-register.sh
guix-system.sh
hackage.scm
hash.scm
import-utils.scm
lint.scm
monads.scm
nar.scm
packages.scm packages: Gracefully report packages not found. 2016-03-08 11:48:21 +01:00
pk-crypto.scm
pki.scm
profiles.scm
publish.scm
pypi.scm import: pypi: Emit 'pypi-uri' only when it yields the right URL. 2016-03-19 23:54:19 +01:00
records.scm
scripts-build.scm guix build: '--with-source' correctly matches versioned file names. 2016-03-23 23:43:50 +01:00
scripts.scm
services.scm
sets.scm
signing-key.pub
signing-key.sec
size.scm
snix.scm
store.scm substitute: Honor client-provided empty URL list. 2016-03-16 18:34:53 +01:00
substitute.scm
syscalls.scm syscalls: 'interface-address' can return #f. 2016-03-25 17:29:36 +01:00
system.scm
test.drv
ui.scm
union.scm
upstream.scm upstream: Fix 'signature-urls' coalescing. 2016-03-09 15:08:00 +01:00
utils.scm