Skip to content

Commit

Permalink
No extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Aug 15, 2024
1 parent 5557b0a commit 40ad7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_analysis/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (t *tester) summarize() (string, error) {
rows, err := db.QueryContext(ctx, `SELECT
tr_output.Package,
tr_output.Test,
GROUP_CONCAT(tr_output.Output, x'0a') AS Outputs
GROUP_CONCAT(tr_output.Output, "") AS Outputs
FROM
test_results tr_fail
JOIN
Expand Down

0 comments on commit 40ad7a2

Please sign in to comment.