From 93d2696c831b69e2b3364d47413282552957a8ab Mon Sep 17 00:00:00 2001 From: koszulordie <70538316+koszulordie@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:00:01 +0100 Subject: [PATCH] ADD: utility to scan errors --- scan_errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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