Skip to content

v0.2.53..v0.2.54 changeset ConflateExactTest.sh.off

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/glacial/ConflateExactTest.sh.off b/test-files/cmd/glacial/ConflateExactTest.sh.off
index c1f28a1..1e9cfee 100755
--- a/test-files/cmd/glacial/ConflateExactTest.sh.off
+++ b/test-files/cmd/glacial/ConflateExactTest.sh.off
@@ -4,8 +4,8 @@ set -e
 mkdir -p test-output/cmd/ConflateExactTest
 STATS_OUT=test-output/cmd/ConflateExactTest/boston-road-building-out
 
-HOOT_OPTS="-D writer.include.debug.tags=true -D poi.polygon.address.match.enabled=true"
+HOOT_OPTS="-C Testing.conf -D writer.include.debug.tags=true -D poi.polygon.address.match.enabled=true"
 
 hoot conflate $HOOT_OPTS test-files/BostonSubsetRoadBuilding_FromShp.osm test-files/BostonSubsetRoadBuilding_FromOsm.osm $STATS_OUT.osm > $STATS_OUT
 
-hoot diff $STATS_OUT.osm test-files/cmd/glacial/ConflateExactTest/output.osm
+hoot diff $HOOT_OPTS $STATS_OUT.osm test-files/cmd/glacial/ConflateExactTest/output.osm
Clone this wiki locally