From e05ce0ad2b37041b24d61c1eaaa7552926f773be Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 11 Jul 2023 13:13:04 -0500 Subject: [PATCH] Testsuite: add more emojis --- tests/run_testsuite.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 7ddc621f5b..4413cc1c08 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -638,6 +638,11 @@ if("${_status}" STREQUAL "neutral") set(_status "failure") string(APPEND _summary "\n# - test failures") endif() + + if("${_status}" STREQUAL "success") + string(APPEND _summary "\n# +# 🎉 🎉 🎉 🎉 Testsuite run succeeded. 🎉 🎉 🎉 🎉") + endif() else() message(WARNING "Unable to locate test submission files from TAG.") endif() -- 2.39.5