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 7dd83f9 commit df8999fCopy full SHA for df8999f
test-ets.sh
@@ -28,10 +28,16 @@ function run_and_annotate {
28
if [[ -z "$summary" ]]; then
29
summary="retesteth crashed; check the artifacts"
30
fi
31
+ passed=$(grep -oP 'Total Tests Run: \d+' "retesteth-$1-log.txt")
32
+ failed=$(grep -oP 'TOTAL ERRORS DETECTED: \d+' "retesteth-$1-log.txt")
33
34
cat <<EOF | buildkite-agent annotate --context "retesteth-$1" --style "$style"
35
<details>
-<summary>retesteth: $1</summary>
36
+<summary>
37
+retesteth: $1
38
+$passed
39
+$failed
40
+</summary>
41
<pre class="term"><code>
42
$summary
43
</code></pre>
0 commit comments