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 3b0f727Copy full SHA for 3b0f727
test-ets.sh
@@ -28,10 +28,12 @@ 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>retesteth: $1 -- $passed -- $failed</summary>
37
<pre class="term"><code>
38
$summary
39
</code></pre>
0 commit comments