Skip to content

v0.2.49..v0.2.50 changeset ConflateCmdStatsGenericRiversTest.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh b/test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh
index ad78490..91874e7 100755
--- a/test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh
+++ b/test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh
@@ -5,7 +5,7 @@ mkdir -p test-output/cmd/slow/ConflateCmdStatsTest
 STATS_OUT=test-output/cmd/slow/ConflateCmdStatsTest/generic-rivers-out
 SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 
-hoot conflate -C Testing.conf -D "match.creators=hoot::ScriptMatchCreator,LinearWaterway.js" -D "merger.creators=hoot::ScriptMergerCreator" -D writer.include.debug.tags=true test-files/conflate/generic/rivers/Haiti_CNIGS_Rivers_REF1-cropped-2.osm test-files/conflate/generic/rivers/Haiti_osm_waterway_ss_REF2-cropped-2.osm $STATS_OUT.osm --stats > $STATS_OUT
+hoot conflate -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D "match.creators=hoot::ScriptMatchCreator,LinearWaterway.js" -D "merger.creators=hoot::ScriptMergerCreator" -D writer.include.debug.tags=true test-files/conflate/generic/rivers/Haiti_CNIGS_Rivers_REF1-cropped-2.osm test-files/conflate/generic/rivers/Haiti_osm_waterway_ss_REF2-cropped-2.osm $STATS_OUT.osm --stats > $STATS_OUT
 
 #read in a set of stat names from a file, delete them from the hoot command stats output, and write the remaining stats to the final output
 EDIT_CMD=""
Clone this wiki locally