Files
zuul/tools
Simon Westphahl 7b68214ea6 Run docker-compose up test setup script with env
When not using a ROOTCMD when running the test-setup-docker.sh the
script will fail with the following error message:

    ++ id -u
    + USER_ID=1000 docker-compose up -d
    ./test-setup-docker.sh: line 50: USER_ID=1000: command not found

Due to Bash's simple command expansion[0] variable assignments will be
interpreted as the command when no ROOTCMD is given. To work around this
we use default ROOTCMD to the `env` command.

[0]: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Simple-Command-Expansion

Change-Id: Id696069a4eec2b2c2513ac449098b0ef73dc3906
2022-08-23 14:31:02 +02:00
..
2017-07-11 16:41:52 -04:00
2020-03-18 14:47:37 -07:00
2022-03-14 15:29:31 -07:00
2022-05-04 14:20:16 -07:00
2022-07-01 15:59:48 -07:00
2022-01-26 12:59:39 -08:00
2022-01-26 12:59:39 -08:00
2022-01-27 08:25:35 -08:00
2021-07-02 15:22:29 -07:00
2015-07-20 18:57:04 +02:00