diff options
author | Adrian Villin <avillin@cisco.com> | 2024-06-26 10:08:47 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-06-28 05:38:07 +0000 |
commit | 6d44aabe8d5e0015fd851788ef7c7bee48340dee (patch) | |
tree | 0a8573c1bb1986a3bbf1479837e9a26701510e6e /extras/hs-test/script/compress.sh | |
parent | 3e0600bb126a85c1278c40cdf9b2e40a08d697bc (diff) |
hs-test: cat summary file after a failed test run
- as per Florin's request
Type: test
Change-Id: Id76fda0e2dfac7e58b703a8d6f096aa7b5be31c7
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/script/compress.sh')
-rwxr-xr-x | extras/hs-test/script/compress.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/hs-test/script/compress.sh b/extras/hs-test/script/compress.sh index 1f0205c1efb..c6b23cf9bdd 100755 --- a/extras/hs-test/script/compress.sh +++ b/extras/hs-test/script/compress.sh @@ -29,5 +29,7 @@ then else echo "Not compressing files in temporary directories from test runs." fi + echo "*************************** SUMMARY ***************************" + cat "${HS_ROOT}/summary/failed-summary.log" exit 1 fi |