mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-20 11:06:24 -05:00
7 lines
163 B
Text
7 lines
163 B
Text
|
#!/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
|