Maintain error code when make check
fails
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
7a605f1435
commit
0afeba201b
@ -22,6 +22,6 @@ script:
|
||||
- ./configure --prefix=/tmp/sysklogd
|
||||
- make clean
|
||||
- make -j5
|
||||
- make check || cat test/test-suite.log
|
||||
- make check || (cat test/test-suite.log; false)
|
||||
- make install-strip
|
||||
- tree /tmp/sysklogd
|
||||
|
Loading…
Reference in New Issue
Block a user