Revision 55b292ace362a7d314b93a97f0d9dea71336cd5f authored by Lars Bilke on 28 May 2021, 06:06:09 UTC, committed by Lars Bilke on 28 May 2021, 06:06:09 UTC
[ctest] Fixing log output

See merge request ogs/ogs!3639
2 parent s cc050e8 + f9ea88b
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top