diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-06 09:55:19 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-06 09:55:19 +0000 |
commit | 6bc9593366a6577ebf30265eb186bf9e25af3a7c (patch) | |
tree | 1f0873cfa33f4fb69d0b42e7e3bd710ba1e2d11d /src | |
parent | 23d344348f2ff19941037884da332956a82bca1c (diff) |
escape section display names in ci
Diffstat (limited to 'src')
-rw-r--r-- | src/Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |