Skip to content

v0.2.54..v0.2.55 changeset NetworkConflateCmdTest.sh

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/cmd/glacial/NetworkConflateCmdTest.sh b/test-files/cmd/glacial/NetworkConflateCmdTest.sh
index 067e599..b737ddc 100755
--- a/test-files/cmd/glacial/NetworkConflateCmdTest.sh
+++ b/test-files/cmd/glacial/NetworkConflateCmdTest.sh
@@ -4,7 +4,7 @@ set -e
 mkdir -p $HOOT_HOME/tmp/
 mkdir -p test-output/cmd/glacial/NetworkConflateCmdTest
 
-HOOT_OPTS="-D uuid.helper.repeatable=true -D writer.include.debug.tags=true"
+HOOT_OPTS="-D uuid.helper.repeatable=true -D writer.include.debug.tags=true -D match.creators=hoot::NetworkMatchCreator -D merger.creators=hoot::NetworkMergerCreator"
 
 hoot conflate --warn -C ReferenceConflation.conf -C NetworkAlgorithm.conf -C Testing.conf  \
  $HOOT_OPTS \
Clone this wiki locally