From 283ce8f91a96786265887ca440fae129581f8d4e Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Mon, 29 Jun 2020 19:50:29 +0200 Subject: [PATCH] Fixed test case again Signed-off-by: Janos SUTO --- tests/setup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup.inc b/tests/setup.inc index 387364e6..57bbcbbb 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -14,9 +14,9 @@ setup() { launch_containers() { log "starting syslog server" - docker rm -f syslog.host || true docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name syslog.host sutoj/syslog + log "starting piler" docker run -d --net=piler "${DOCKER_LIMIT[@]}" --name piler1 \ -e PACKAGE="$PACKAGE" \ -e PILER_HOST="cust1.acts.hu" \