Skip to content

v0.2.49..v0.2.50 changeset ConflateConsistencyTest.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/test-files/cmd/slow/ConflateConsistencyTest.sh b/test-files/cmd/slow/ConflateConsistencyTest.sh
index 6322e73..2e68e95 100755
--- a/test-files/cmd/slow/ConflateConsistencyTest.sh
+++ b/test-files/cmd/slow/ConflateConsistencyTest.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 
-HOOT_OPTS="-C Testing.conf -D uuid.helper.repeatable=true"
+HOOT_OPTS="-C Testing.conf -C UnifyingAlgorithm.conf -C ReferenceConflation.conf -D uuid.helper.repeatable=true"
 
 export INPUTS="test-files/conflate/unified/AllDataTypesA.osm test-files/conflate/unified/AllDataTypesB.osm"
 export OUTPUT_DIR=test-output/cmd/slow/ConflateConsistencyTest
Clone this wiki locally