Update resource/dev_test.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aveline 2025-05-16 19:50:31 +02:00 committed by GitHub
parent 301556868d
commit 83105af0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ runTest() {
function exit_with_code() { function exit_with_code() {
if [ $EXIT_CODE -ne 0 ]; then 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 else
echo -e "\e[0;32m✅ All tests passed\e[0m" printf "\e[0;32m✅ All tests passed\e[0m\n"
fi fi
exit $EXIT_CODE exit $EXIT_CODE