Run tests with CTEST_OUTPUT_ON_FAILURE=1

This commit is contained in:
Vasil Velichkov 2018-06-05 20:01:55 +03:00 committed by Piotr Krysik
parent 9d211b3da3
commit f9f7cbd56b
5 changed files with 5 additions and 5 deletions

View File

@ -32,4 +32,4 @@ RUN cmake .. && \
make -j $(nproc) && \
make install && \
ldconfig && \
make test
make CTEST_OUTPUT_ON_FAILURE=1 test

View File

@ -25,4 +25,4 @@ RUN cmake .. && \
make -j $(nproc) && \
make install && \
ldconfig && \
make test
make CTEST_OUTPUT_ON_FAILURE=1 test

View File

@ -32,4 +32,4 @@ RUN cmake .. && \
make -j $(nproc) && \
make install && \
ldconfig && \
make test
make CTEST_OUTPUT_ON_FAILURE=1 test

View File

@ -29,4 +29,4 @@ RUN cmake .. && \
make -j $(nproc) && \
make install && \
ldconfig && \
make test
make CTEST_OUTPUT_ON_FAILURE=1 test

View File

@ -28,4 +28,4 @@ RUN cmake .. && \
make -j $(nproc) && \
make install && \
ldconfig && \
make test
make CTEST_OUTPUT_ON_FAILURE=1 test