Skip to content

Commit

Permalink
ADD: utility to scan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koszulordie committed Nov 10, 2023
1 parent 7d001df commit 93d2696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_errors.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# uses conda environment boostdm-new-pipeline

cat trace.txt | grep FAIL | cut -f3 | python _scan_errors.py
cat trace.txt | grep FAILED | cut -f3 | python _scan_errors.py

0 comments on commit 93d2696

Please sign in to comment.