mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
[circleci] test output
This commit is contained in:
parent
dc4ea7546d
commit
9a715fc439
@ -25,7 +25,7 @@ jobs:
|
||||
|| cat config.log
|
||||
- run: make -j2 || true
|
||||
- run: env DUMP_CRASH=1 src/lnav -V
|
||||
- run: make check -j2 || (test -e lnav-*/_build/sub/src/tailer/test-suite.log && cat lnav-*/_build/sub/src/tailer/test-suite.log && false) || (test -e lnav-*/_build/sub/test/test-suite.log && cat lnav-*/_build/sub/test/test-suite.log && false)
|
||||
- run: make check -j2 || (test -e test/test-suite.log && cat test/test-suite.log && false)
|
||||
workflows:
|
||||
build-and-test:
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user