logstash/ci/docker_integration_tests.sh
andsel 326b1c1ed1 Pass FEATURE_FLAG as Docker environment variable
Some QA tests reads the FEATURE_FLAG environment variable, for example to test PQ functionality.
This PR passthrough the environement variable inside the Docker instance.

Fixes #11970
2020-06-05 13:39:08 +00:00

4 lines
231 B
Bash
Executable file

#!/bin/bash
# we may pass "persistent_queues" to FEATURE_FLAG to enable PQ in the integration tests
export DOCKER_ENV_OPTS="${DOCKER_ENV_OPTS} -e FEATURE_FLAG"
ci/docker_run.sh logstash-integration-tests ci/integration_tests.sh $@