Skip to content

Commit

Permalink
bench-master: Fix for 'not a valid json value at'
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Nov 14, 2022
1 parent 64e23cf commit f898091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/workbench/analyse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ case "$op" in
if test -z "$logfiles"
then msg "no logs in $d, skipping.."; fi
local output="$adir"/logs-$(basename "$d").flt.json
grep ${grep_params[*]} $logfiles > "$output" &
grep ${grep_params[*]} $logfiles | grep '^{' > "$output" &
done

wait;;
Expand Down

0 comments on commit f898091

Please sign in to comment.