summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x_testing/report-test.zsh10
1 files changed, 7 insertions, 3 deletions
diff --git a/_testing/report-test.zsh b/_testing/report-test.zsh
index ffe536a..6c05f46 100755
--- a/_testing/report-test.zsh
+++ b/_testing/report-test.zsh
@@ -8,9 +8,13 @@ local T=
if [[ $MARKDOWN_REPORT == 1 ]] {
echo '## Irssi Scripts Test Report'
- failmark=:x:
- passmark=:white_check_mark:
- skipmark=:construction:
+ # github started to block excess use of emojis
+ #failmark=:x:
+ #passmark=:white_check_mark:
+ #skipmark=:construction:
+ failmark=✘
+ passmark=✔
+ skipmark=☡
T="|"
} \
else {