diff --git a/tests/setup.inc b/tests/setup.inc index 78d91c8..387364e 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -17,7 +17,13 @@ docker rm -f syslog.host || true docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name syslog.host sutoj/syslog - docker run -d -v "${PACKAGE_DIR}:/data:ro" --net=piler --name piler1 -e PILER_HOST="cust1.acts.hu" -p 80:80 -p 25:25 -v "${CONFIG_DIR}/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro" "$docker_image" + docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \ + -e PACKAGE="$PACKAGE" \ + -e PILER_HOST="cust1.acts.hu" \ + -p 80:80 -p 25:25 \ + -v "${PACKAGE_DIR}:/data:ro" \ + -v "${CONFIG_DIR}/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro" \ + "$docker_image" wait_for_sleep_cycle_in_container "piler1" }