File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
approach/tests/src/test/resources Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ org.slf4j.simpleLogger.defaultLogLevel=info
1010org.slf4j.simpleLogger.log.edu.stanford.nlp =error
1111org.slf4j.simpleLogger.log.edu.kit.kastel.mcse.ardoco.core =error
1212org.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
1314org.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.
Original file line number Diff line number Diff line change 11#! /bin/bash
22cd ../approach
33export testHistoric=true
4- mvn verify
4+ export testBaseline=true
5+ mvn verify
56cd ../run_scripts
You can’t perform that action at this time.
0 commit comments