-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset ConflateCmdHighwayExactMatchInputsTest.sh
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest.sh b/test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest.sh
index ab20ad9..d841013 100755
--- a/test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest.sh
+++ b/test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest.sh
@@ -4,6 +4,8 @@ set -e
mkdir -p test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest
cp test-files/DcTigerRoads.osm test-files/DcTigerRoadsHighwayExactMatchInputs.osm
-hoot conflate -C Testing.conf -D match.creators="hoot::HighwayMatchCreator" -D merger.creators="hoot::HighwayMergerCreator" -D "writer.include.debug.tags=true" -D "writer.include.conflate.score.tags=true" -D "uuid.helper.repeatable=true" test-files/DcTigerRoads.osm test-files/DcTigerRoadsHighwayExactMatchInputs.osm test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm
+CONFIG="-C Testing.conf"
-hoot diff test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm || diff test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm
+hoot conflate $CONFIG -D match.creators="hoot::HighwayMatchCreator" -D merger.creators="hoot::HighwayMergerCreator" -D "writer.include.debug.tags=true" -D "writer.include.conflate.score.tags=true" -D "uuid.helper.repeatable=true" test-files/DcTigerRoads.osm test-files/DcTigerRoadsHighwayExactMatchInputs.osm test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm
+
+hoot diff $CONFIG test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm || diff test-output/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm