forked from precice/precice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintegration-test-config.xml
24 lines (16 loc) · 1006 Bytes
/
integration-test-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<!-- Configuration for running all integration tests in src/precice/tests/ -->
<configuration>
<run-integration-tests output-directory=".">
<log-filter target="" component="" switch="off"/>
<log-filter target="info" component="tarch" switch="on"/>
<log-filter target="debug" component="precice::tests" switch="on"/>
<log-filter target="debug" component="precice::impl" switch="off"/>
<log-filter target="debug" component="precice::impl::SolverInterfaceImpl" switch="off"/>
<log-filter target="debug" component="precice::cplscheme::CouplingSchemeConfiguration" switch="off"/>
<log-filter target="debug" component="precice::mesh::MeshConfiguration" switch="off"/>
<log-output column-separator=" | " log-time-stamp="no"
log-time-stamp-human-readable="no" log-machine-name="no"
log-message-type="no" log-trace="yes" log-output-file=""/>
</run-integration-tests>
</configuration>