Skip to content

v0.2.53..v0.2.54 changeset ConflatePoiStatsTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/slow/ConflatePoiStatsTest.sh b/test-files/cmd/slow/ConflatePoiStatsTest.sh
index c000f42..6388100 100755
--- a/test-files/cmd/slow/ConflatePoiStatsTest.sh
+++ b/test-files/cmd/slow/ConflatePoiStatsTest.sh
@@ -5,7 +5,7 @@ mkdir -p test-output/cmd/slow/ConflatePoiStatsTest
 STATS_OUT=test-output/cmd/slow/ConflatePoiStatsTest/poi-out
 SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 
-hoot conflate -D writer.include.debug.tags=true -D "match.creators=hoot::ScriptMatchCreator,Poi.js" -D "merger.creators=hoot::ScriptMergerCreator" test-files/dcpoi_clip.osm test-files/mapcruzinpoi_clip.osm $STATS_OUT.osm --stats > $STATS_OUT
+hoot conflate -C Testing.conf -D writer.include.debug.tags=true -D "match.creators=hoot::ScriptMatchCreator,Poi.js" -D "merger.creators=hoot::ScriptMergerCreator" test-files/dcpoi_clip.osm test-files/mapcruzinpoi_clip.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