diff options
author | 2024-07-02 11:51:35 +0100 | |
---|---|---|
committer | 2024-07-04 09:55:38 +0100 | |
commit | 36127476ae049d82b843ef34577a330a34c82c61 (patch) | |
tree | c6697de03df74affe3093f54b48628b96242d4b5 /compose/start-compose.sh | |
parent | 54d234de0d9260f610425cd496a52265a4082441 (diff) |
Fixes for CSIT
- fix API tests from changes in code coverage / sonar fixes
- fix some env variables in docker compose
- stick jaeger version for compatibility
Issue-ID: POLICY-5067
Change-Id: I48d05f54bfba0ca2e259428c4f8e83047ef42a18
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'compose/start-compose.sh')
-rwxr-xr-x | compose/start-compose.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compose/start-compose.sh b/compose/start-compose.sh index a5da09d8..a6ada298 100755 --- a/compose/start-compose.sh +++ b/compose/start-compose.sh @@ -72,6 +72,9 @@ if [ -z "$ROBOT_LOG_DIR" ]; then export ROBOT_LOG_DIR=/tmp/ fi +# always 'docker' if running docker compose +export TEST_ENV="docker" + if [ -n "$component" ]; then if [ "$component" == "logs" ]; then echo "Collecting logs..." |