Skip to content

Commit 8c3849c

Browse files
committed
step
1 parent 7a5c2c5 commit 8c3849c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ci_collect_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ for artifact in $ARTIFACTS ; do
8888
for i in $(seq 0 $((SKETCH_COUNT - 1))) ; do
8989
REPORT=$(echo $REPORTS | jq -cr ".[$i]")
9090
SKETCH_NAME=$(echo $REPORT | jq -cr '.name')
91-
SKETCH_ISSUES=$(echo $REPORT | jq -cr '.issues.[]' | sed -e 's/.*\(\(\/[^/]\+\)\{3\}\):/...\1:/' -e 's/.*ld: .*: undefined/ld: undefined' | c++filt)
91+
SKETCH_ISSUES=$(echo $REPORT | jq -cr '.issues.[]' | sed -e 's/.*\(\(\/[^/]\+\)\{3\}\):/...\1:/' -e 's/.*ld: .*: undefined/ld: undefined/' | c++filt)
9292
SKETCH_ISSUES_COUNT=$(echo $REPORT | jq -cr '.issues | length')
9393
if ! $(echo $REPORT | jq -cr '.compilation_success') ; then
9494
SKETCH_ERRORS=$((SKETCH_ERRORS + 1))

0 commit comments

Comments
 (0)