Skip to content

v0.2.49..v0.2.50 changeset ConflateCmdStatsToyTest.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/test-files/cmd/slow/ConflateCmdStatsToyTest.sh b/test-files/cmd/slow/ConflateCmdStatsToyTest.sh
index a38cfa4..000e90f 100755
--- a/test-files/cmd/slow/ConflateCmdStatsToyTest.sh
+++ b/test-files/cmd/slow/ConflateCmdStatsToyTest.sh
@@ -5,7 +5,7 @@ mkdir -p test-output/cmd/slow/ConflateCmdStatsTest
 STATS_OUT=test-output/cmd/slow/ConflateCmdStatsTest/toy-out
 SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 
-HOOT_OPTS="-C Testing.conf -D writer.include.debug.tags=true"
+HOOT_OPTS="-C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D writer.include.debug.tags=true"
 
 hoot conflate $HOOT_OPTS test-files/ToyTestA.osm test-files/ToyTestB.osm $STATS_OUT.osm --stats > $STATS_OUT
 
Clone this wiki locally