Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Find har files with errors (non-empty comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed May 14, 2014
1 parent 2b214bf commit b07be1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/extract/errors/all.sh
@@ -0,0 +1,7 @@
#!/bin/bash
set -e

while read harpath;
do
cat "$harpath" | jq '[ . | select(.log.comment | length > 0) ]' || (echo "ERROR: $harpath" >/dev/stderr)
done

0 comments on commit b07be1f

Please sign in to comment.