From 6bc9593366a6577ebf30265eb186bf9e25af3a7c Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 6 Feb 2024 09:55:19 +0000 Subject: escape section display names in ci --- src/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Justfile b/src/Justfile index e2d8e4c..3a1c964 100644 --- a/src/Justfile +++ b/src/Justfile @@ -22,7 +22,7 @@ compare proj: (section-start ("compare-" + proj)) && (section-end ("compare-" + {{candelabra}} -l --manifest-path {{tests_manifest}} -p {{proj}} select --compare @section-start NAME: - echo -e "\e[0Ksection_start:`date +%s`:{{replace(NAME, ":", "-")}}\r\e[0K{{NAME}}" + echo -e "\e[0Ksection_start:`date +%s`:{{replace(NAME, ":", "-")}}\r\e[0K{{replace(NAME, ":", "-")}}" @section-end NAME: echo -e "\e[0Ksection_end:`date +%s`:{{replace(NAME, ":", "-")}}\r\e[0K" -- cgit v1.2.3