mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-08 10:51:03 +01:00
Merge pull request #113 from Icinga/Al2Klimov-patch-2
make test: print error on failure
This commit is contained in:
commit
b05831b256
@ -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
|
-DICINGA2_SYSCONFIGFILE=/etc/sysconfig/icinga2 -DICINGA2_WITH_{COMPAT,LIVESTATUS}=OFF /icinga2-src
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.ccache make
|
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 make install DESTDIR=/icinga2-bin
|
||||||
RUN rm /icinga2-bin/etc/icinga2/features-enabled/mainlog.conf
|
RUN rm /icinga2-bin/etc/icinga2/features-enabled/mainlog.conf
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user