Skip to content
Snippets Groups Projects
Commit 1a073ec6 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[CI] Removed output on failure

parent d86cf773
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,6 @@ endif()
set(_envrc_content
"[ -d \"${PROJECT_BINARY_DIR}/.venv\" ] && source ${PROJECT_BINARY_DIR}/.venv/bin/activate"
"export PATH=$PATH:${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}"
"export CTEST_OUTPUT_ON_FAILURE=1"
)
if(TFEL_WITH_PYTHON)
set(_envrc_content "${_envrc_content}"
......
......@@ -345,9 +345,6 @@
{
"name": "release",
"configurePreset": "release",
"output": {
"outputOnFailure": true
},
"filter": {
"include": {
"label": "default"
......
......@@ -48,10 +48,7 @@ NotebookTest(
TRUE
)
# output 25 kb of tailed logs on failure
set(_ctest_parameter -T Test --force-new-ctest-process --output-on-failure
--test-output-size-failed 25
)
set(_ctest_parameter -T Test --force-new-ctest-process)
if(CMAKE_CONFIGURATION_TYPES)
list(APPEND _ctest_parameter --build-config "$<CONFIGURATION>")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment