DockerCLI/scripts
Ian Campbell 4f483276cf e2e: assign a default value of 0 to `DOCKERD_EXPERIMENTAL`
Currently running the e2e tests produces a warning/error:

    $ make -f docker.Makefile test-e2e
    «...»
    docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker-cli-e2e
    ./scripts/test/e2e/run: line 20: test: : integer expression expected

This is from:

    test "${DOCKERD_EXPERIMENTAL:-}" -eq "1" && «...»

Where `${DOCKERD_EXPERIMENTAL:-}` expands to the empty string, resulting in
`test "" -eq "1"` which produces the warning. This error is enough to trigger
the short-circuiting behaviour of `&&` so the result is as expected, but fix
the issue nonetheless by provdiing a default `0`.

Signed-off-by: Ian Campbell <ijc@docker.com>
2018-12-17 14:32:38 +00:00
..
build scripts/build/osx: set CXX, too 2018-10-11 01:15:33 -07:00
docs Add AUTHORS file and script 2018-01-02 17:00:22 +01:00
gen Add scripts folder to shellcheck 2017-07-19 16:33:58 +01:00
test e2e: assign a default value of 0 to `DOCKERD_EXPERIMENTAL` 2018-12-17 14:32:38 +00:00
validate Fixes some unit tests to be able to run them on windows 2018-03-07 18:18:13 +01:00
winresources Remove unused windows resourcefiles. 2017-05-15 22:50:33 -04:00
make.ps1 Remove unused powershell function 2018-03-07 18:18:14 +01:00
warn-outside-container Allow running `make help` without out-of-container warning 2018-07-31 10:56:48 +02:00