-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset RubberSheetConflateTest.sh
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/test-files/cmd/glacial/RubberSheetConflateTest.sh b/test-files/cmd/glacial/RubberSheetConflateTest.sh
index 2e246f5..ab26a8a 100755
--- a/test-files/cmd/glacial/RubberSheetConflateTest.sh
+++ b/test-files/cmd/glacial/RubberSheetConflateTest.sh
@@ -5,10 +5,9 @@ set -e
mkdir -p test-output/cmd/glacial/RubberSheetConflateTest
-# Broke this into seperate lines to make reading easier.
hoot conflate -C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true -D conflate.pre.ops=hoot::RubberSheet -D "rubber.sheet.ref=true" -D "rubber.sheet.minimum.ties=10" -D "unify.optimizer.time.limit=30" test-files/DcGisRoads.osm test-files/DcTigerRoads.osm test-output/cmd/glacial/RubberSheetConflateTest/output.osm
-hoot diff test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm ||
+hoot diff -C Testing.conf test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm ||
(echo "You should run: diff test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm" ;\
echo "If it looks good then copy a new baseline: cp test-output/cmd/glacial/RubberSheetConflateTest/output.osm test-files/cmd/glacial/RubberSheetConflateTest/output.osm"; exit -1)