libkernaux/test-suite-log

7 lines
163 B
Plaintext
Raw Normal View History

2022-06-12 08:42:43 +00:00
#!/bin/sh
set -eux
2022-06-12 08:48:37 +00:00
test -f examples/test-suite.log && cat examples/test-suite.log || true
test -f tests/test-suite.log && cat tests/test-suite.log || true