mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-20 11:06:24 -05:00
Remove "/make/test-suite-log"
This commit is contained in:
parent
a2f475ad30
commit
617e55bcfd
2 changed files with 4 additions and 9 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: make
|
||||
run: make
|
||||
- name: check
|
||||
run: make check || (./make/test-suite-log && false)
|
||||
run: make check
|
||||
- name: install
|
||||
run: sudo make install
|
||||
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
- name: make
|
||||
run: make
|
||||
- name: check
|
||||
run: make check || (./make/test-suite-log && false)
|
||||
run: make check
|
||||
- name: install
|
||||
run: sudo make install
|
||||
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
|||
- name: make
|
||||
run: make
|
||||
- name: check
|
||||
run: make check || (./make/test-suite-log && false)
|
||||
run: make check
|
||||
- name: install
|
||||
run: sudo make install
|
||||
|
||||
|
@ -135,6 +135,6 @@ jobs:
|
|||
- name: make
|
||||
run: cd "libclayer-$(cat VERSION)" && make
|
||||
- name: check
|
||||
run: cd "libclayer-$(cat VERSION)" && make check || (./make/test-suite-log && false)
|
||||
run: cd "libclayer-$(cat VERSION)" && make check
|
||||
- name: install
|
||||
run: cd "libclayer-$(cat VERSION)" && sudo make install
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eux
|
||||
|
||||
test -f tests/test-suite.log && cat tests/test-suite.log || true
|
Loading…
Reference in a new issue