From 3a914d9541c061d98eb5e6510607975e41f2bc1b Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 30 Jan 2024 01:04:39 +0000 Subject: testing: escape : in section slugs --- src/Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Justfile') diff --git a/src/Justfile b/src/Justfile index 9c97185..2b43947 100644 --- a/src/Justfile +++ b/src/Justfile @@ -22,7 +22,7 @@ compare proj: (section-start ("compare-" + proj)) && (section-end ("compare-" + {{candelabra}} --manifest-path {{tests_manifest}} -p {{proj}} select --compare @section-start NAME: - echo -e "\e[0Ksection_start:`date +%s`:{{NAME}}\r\e[0K{{NAME}}" + echo -e "\e[0Ksection_start:`date +%s`:{{replace(NAME, ":", "-")}}\r\e[0K{{NAME}}" @section-end NAME: - echo -e "\e[0Ksection_end:`date +%s`:{{NAME}}\r\e[0K" + echo -e "\e[0Ksection_end:`date +%s`:{{replace(NAME, ":", "-")}}\r\e[0K" -- cgit v1.2.3