summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2024-08-26 11:59:16 +0200
committerMatus Fabian <matfabia@cisco.com>2024-08-26 11:59:16 +0200
commit62b508b396b4bcca37b934247ea04f5efef85354 (patch)
treeba2be3e9a3f1900af128597ef3bbe5b1b1414a86
parent69123a3f670a41e31b0988583e342a7df028f136 (diff)
hs-test: failed summary fix
Remove failed-summary.log from the previous run, otherwise it might be displayed if all tests pass. Type: test Change-Id: I435de37e298105ed5b92012fe4da3cda3a0670b6 Signed-off-by: Matus Fabian <matfabia@cisco.com>
-rw-r--r--extras/hs-test/hs_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/hs-test/hs_test.sh b/extras/hs-test/hs_test.sh
index 5d94ea88ede..85c0dd72705 100644
--- a/extras/hs-test/hs_test.sh
+++ b/extras/hs-test/hs_test.sh
@@ -140,4 +140,8 @@ Full Back Trace:
"\nFull Stack Trace:
\(.Failure.Location.FullStackTrace)\n" end) end)' summary/report.json > summary/failed-summary.log \
&& echo "Summary generated -> summary/failed-summary.log"
+else
+ if [ -e "summary/failed-summary.log" ]; then
+ rm summary/failed-summary.log
+ fi
fi