Main: fix script "test-suite-log"

This commit is contained in:
Alex Kotov 2022-06-12 11:48:37 +03:00
parent 1f7f500538
commit 3409000130
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
set -eux
test -f examples/test-suite.log && cat examples/test-suite.log
test -f tests/test-suite.log && cat tests/test-suite.log
test -f examples/test-suite.log && cat examples/test-suite.log || true
test -f tests/test-suite.log && cat tests/test-suite.log || true