From: Matthias Maier Date: Tue, 11 Jul 2023 18:13:04 +0000 (-0500) Subject: Testsuite: add more emojis X-Git-Tag: relicensing~696^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05ce0ad2b37041b24d61c1eaaa7552926f773be;p=dealii.git Testsuite: add more emojis --- 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()