1
0
Fork 0
mirror of https://github.com/tailix/libclayer.git synced 2025-02-10 15:36:24 -05:00
libclayer/make/test-suite-log

7 lines
163 B
Text
Raw Normal View History

2022-12-25 12:58:00 +04:00
#!/bin/sh
set -eux
test -f examples/test-suite.log && cat examples/test-suite.log || true
test -f tests/test-suite.log && cat tests/test-suite.log || true