Skip to content

Commit

Permalink
docs: update comment on runner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 5, 2024
1 parent ae4fb03 commit c017f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function runner::run_test() {
type="${type#[}" # Remove the leading "["
local line="${subshell_output#*]}" # Remove everything before and including "]"

# Replace [failed] with a newline to split failure messages
# Replace [type] with a newline to split the messages
line=$(echo "$line" | sed -e 's/\[failed\]/\n/g' \
-e 's/\[skipped\]/\n/g' \
-e 's/\[incomplete\]/\n/g')
Expand Down

0 comments on commit c017f03

Please sign in to comment.