DockerCLI/scripts/test/e2e
Sebastiaan van Stijn 6c4fbb7738
Fix: plugin-tests discarding current environment
By default, exec uses the environment of the current process, however,
if `exec.Env` is not `nil`, the environment is discarded:

e73f489494/src/os/exec/exec.go (L57-L60)

> If Env is nil, the new process uses the current process's environment.

When adding a new environment variable, prepend the current environment,
to make sure it is not discarded.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-04 20:18:24 +01:00
..
entry Make e2e test image 2018-05-29 13:39:31 +02:00
load-image Make e2e test image 2018-05-29 13:39:31 +02:00
run Fix: plugin-tests discarding current environment 2019-03-04 20:18:24 +01:00
wait-on-daemon Add scripts for setting up e2e test environment. 2017-08-16 10:35:56 -04:00
wrapper Make test-e2e run against experimental and non-experimental daemon 2018-06-25 11:46:35 +02:00