From 6f6bf7e9aeb77f3c61e335758fce4835cba3fd88 Mon Sep 17 00:00:00 2001 From: Harry Waye Date: Thu, 15 Dec 2022 16:56:13 +0000 Subject: [PATCH] ci(plugin-server): use colors in functional test output (#13357) Not important but something to do while waiting for other bits and bobs. --- plugin-server/bin/ci_functional_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin-server/bin/ci_functional_tests.sh b/plugin-server/bin/ci_functional_tests.sh index 3451c457d15..7216d140de1 100755 --- a/plugin-server/bin/ci_functional_tests.sh +++ b/plugin-server/bin/ci_functional_tests.sh @@ -17,6 +17,9 @@ export BUFFER_CONVERSION_SECONDS=2 # Make sure we don't have to wait for the def export KAFKA_MAX_MESSAGE_BATCH_SIZE=0 export APP_METRICS_GATHERED_FOR_ALL=true +# Not important at all, but I like to see nice red/green for tests +export FORCE_COLOR=true + LOG_FILE=$(mktemp) echo '::group::Starting plugin server'