mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2026-05-05 10:56:12 +02:00
make test: print error on failure
This simplifies debugging tests.
This commit is contained in:
parent
3ec7d95e5b
commit
950413872a
@ -83,7 +83,7 @@ RUN PATH="/usr/lib/ccache:$PATH" cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTA
|
||||
-DICINGA2_SYSCONFIGFILE=/etc/sysconfig/icinga2 -DICINGA2_WITH_{COMPAT,LIVESTATUS}=OFF /icinga2-src
|
||||
|
||||
RUN --mount=type=cache,target=/root/.ccache make
|
||||
RUN make test
|
||||
RUN CTEST_OUTPUT_ON_FAILURE=1 make test
|
||||
RUN make install DESTDIR=/icinga2-bin
|
||||
RUN rm /icinga2-bin/etc/icinga2/features-enabled/mainlog.conf
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user