We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ef645 commit 6d6e0feCopy full SHA for 6d6e0fe
.buildkite/log-results.sh
@@ -18,9 +18,6 @@ for f in $files; do
18
"
19
done
20
21
-# Get file names for failing tests
22
-# FAILED_TESTS=`awk 'BEGIN { FS = " | "}; /\| failed \|/{ print $1 }' 'elasticsearch-api/tmp/rspec_log.log' | uniq`
23
-
24
files="elasticsearch-api/tmp/*.log"
25
for f in $files; do
26
FAILED_TESTS=`awk 'BEGIN { FS = " | "}; /\| failed \|/{ print $1 }' $f | uniq`
0 commit comments