Skip to content

Commit 6d6e0fe

Browse files
committed
[CI] Buildkite: Cleanup old comment
1 parent 98ef645 commit 6d6e0fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/log-results.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ for f in $files; do
1818
"
1919
done
2020

21-
# Get file names for failing tests
22-
# FAILED_TESTS=`awk 'BEGIN { FS = " | "}; /\| failed \|/{ print $1 }' 'elasticsearch-api/tmp/rspec_log.log' | uniq`
23-
2421
files="elasticsearch-api/tmp/*.log"
2522
for f in $files; do
2623
FAILED_TESTS=`awk 'BEGIN { FS = " | "}; /\| failed \|/{ print $1 }' $f | uniq`

0 commit comments

Comments
 (0)