Skip to content

Commit f898091

Browse files
committed
bench-master: Fix for 'not a valid json value at'
1 parent 64e23cf commit f898091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/workbench/analyse.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ case "$op" in
483483
if test -z "$logfiles"
484484
then msg "no logs in $d, skipping.."; fi
485485
local output="$adir"/logs-$(basename "$d").flt.json
486-
grep ${grep_params[*]} $logfiles > "$output" &
486+
grep ${grep_params[*]} $logfiles | grep '^{' > "$output" &
487487
done
488488

489489
wait;;

0 commit comments

Comments
 (0)