mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
output on test failure
This commit is contained in:
parent
d7777b10ca
commit
3dae694ac7
@ -48,7 +48,7 @@ test_win:
|
||||
stage: test
|
||||
script:
|
||||
- cd %NETGEN_BUILD_DIR%\netgen
|
||||
- ctest -C Release -V
|
||||
- ctest -C Release -V --output-on-failure
|
||||
- cd ..
|
||||
|
||||
cleanup_win:
|
||||
@ -106,7 +106,7 @@ test_ubuntu:
|
||||
-e NETGENDIR=/opt/netgen/bin
|
||||
-e PYTHONPATH=/opt/netgen/lib/python3/dist-packages
|
||||
netgen_${CI_PIPELINE_ID}_installed:${UBUNTU_VERSION}
|
||||
bash -c 'cd /root/build/netgen && make test_netgen ARGS="-V"'
|
||||
bash -c 'cd /root/build/netgen && make test_netgen ARGS="--output-on-failure"'
|
||||
|
||||
test_ubuntu_mpi:
|
||||
<<: *ubuntu
|
||||
@ -117,7 +117,7 @@ test_ubuntu_mpi:
|
||||
-e NETGENDIR=/opt/netgen/bin
|
||||
-e PYTHONPATH=/opt/netgen/lib/python3/dist-packages
|
||||
netgen_mpi_${CI_PIPELINE_ID}_installed:${UBUNTU_VERSION}
|
||||
bash -c 'cd /root/build/netgen && make test_netgen ARGS="-V"'
|
||||
bash -c 'cd /root/build/netgen && make test_netgen ARGS="--output-on-failure"'
|
||||
|
||||
test_build_ngsolve:
|
||||
<<: *ubuntu
|
||||
|
Loading…
Reference in New Issue
Block a user