Follow-up fix 79/22379/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 10 Sep 2019 21:20:59 +0000 (23:20 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 10 Sep 2019 21:20:59 +0000 (23:20 +0200)
Change-Id: I13c0e82a53a19d4343eb2659d1c86eea399d94c3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-lava-jobs-submit.sh

index a029df1..b5d6e7f 100644 (file)
@@ -125,7 +125,7 @@ handle_skiplist() {
 }
 
 # Analyze jobs results
-lavacli results $job_id | tee job-result | grep -v '^\* ' | grep '\[fail\]$' > job-result.fail 
+( lavacli results $job_id | tee job-result | grep '\[fail\]$' > job-result.fail ) || true
 
 # GOODJOB is equal to 0 if any test fail (and not present in a skiplist), 1 if all test are success
 GOODJOB=1