Skip to content

v0.2.53..v0.2.54 changeset MergeEmptyBuildingsTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/slow/MergeEmptyBuildingsTest.sh b/test-files/cmd/slow/MergeEmptyBuildingsTest.sh
index 38d953e..8e3fe04 100755
--- a/test-files/cmd/slow/MergeEmptyBuildingsTest.sh
+++ b/test-files/cmd/slow/MergeEmptyBuildingsTest.sh
@@ -9,5 +9,5 @@ set -e
 mkdir -p $HOOT_HOME/tmp/
 mkdir -p test-output/cmd/slow/MergeEmptyBuildingsTest
 
-hoot conflate --error -D match.creators="hoot::BuildingMatchCreator;hoot::ScriptMatchCreator,Poi.js;hoot::HighwayMatchCreator;hoot::ScriptMatchCreator,River.js;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,Area.js" -D merger.creators="hoot::BuildingMergerCreator;hoot::ScriptMergerCreator;hoot::HighwayMergerCreator;hoot::ScriptMergerCreator;hoot::PoiPolygonMergerCreator;hoot::ScriptMergerCreator" -D uuid.helper.repeatable=true test-files/cmd/slow/MergeEmptyBuildingsTest/MapEditBandug-cropped-2.osm test-files/cmd/slow/MergeEmptyBuildingsTest/OSMmap-cropped-2.osm test-output/cmd/slow/MergeEmptyBuildingsTest/output.osm
+hoot conflate --error -C Testing.conf -D match.creators="hoot::BuildingMatchCreator;hoot::ScriptMatchCreator,Poi.js;hoot::HighwayMatchCreator;hoot::ScriptMatchCreator,River.js;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,Area.js" -D merger.creators="hoot::BuildingMergerCreator;hoot::ScriptMergerCreator;hoot::HighwayMergerCreator;hoot::ScriptMergerCreator;hoot::PoiPolygonMergerCreator;hoot::ScriptMergerCreator" -D uuid.helper.repeatable=true test-files/cmd/slow/MergeEmptyBuildingsTest/MapEditBandug-cropped-2.osm test-files/cmd/slow/MergeEmptyBuildingsTest/OSMmap-cropped-2.osm test-output/cmd/slow/MergeEmptyBuildingsTest/output.osm
 
Clone this wiki locally