Skip to content

Commit 325ea5f

Browse files
committed
Fix run of baseline for ID
1 parent f4d6fbf commit 325ea5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

approach/tests/src/test/resources/simplelogger.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ org.slf4j.simpleLogger.defaultLogLevel=info
1010
org.slf4j.simpleLogger.log.edu.stanford.nlp=error
1111
org.slf4j.simpleLogger.log.edu.kit.kastel.mcse.ardoco.core=error
1212
org.slf4j.simpleLogger.log.edu.kit.kastel.mcse.ardoco.core.tests=info
13+
org.slf4j.simpleLogger.log.edu.kit.kastel.mcse.ardoco.core.tests.eval.baseline=error
1314
org.slf4j.simpleLogger.log.edu.kit.kastel.informalin.data=error
1415
#
1516
# Set to true if you want the current date and time to be included in output messages.

run_scripts/run_approach.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
cd ../approach
33
export testHistoric=true
4-
mvn verify
4+
export testBaseline=true
5+
mvn verify
56
cd ../run_scripts

0 commit comments

Comments
 (0)