From 83105af0d3eb6beecce38381c802acfe91effa05 Mon Sep 17 00:00:00 2001 From: Aveline <352441+ym@users.noreply.github.com> Date: Fri, 16 May 2025 19:50:31 +0200 Subject: [PATCH] Update resource/dev_test.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- resource/dev_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/dev_test.sh b/resource/dev_test.sh index 90f569a..151dc16 100644 --- a/resource/dev_test.sh +++ b/resource/dev_test.sh @@ -24,9 +24,9 @@ runTest() { function exit_with_code() { if [ $EXIT_CODE -ne 0 ]; then - echo -e "\e[0;31m❌ Test failed\e[0m" + printf "\e[0;31m❌ Test failed\e[0m\n" else - echo -e "\e[0;32m✅ All tests passed\e[0m" + printf "\e[0;32m✅ All tests passed\e[0m\n" fi exit $EXIT_CODE