diff --git a/scan_errors.sh b/scan_errors.sh index 48018af..55ae166 100644 --- a/scan_errors.sh +++ b/scan_errors.sh @@ -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