Skip to content

v0.2.53..v0.2.54 changeset fgdbMultiLayerTranslationAssistantTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh b/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
index 2a42c64..356e63b 100755
--- a/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
+++ b/test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
@@ -6,10 +6,12 @@ export TA_IN=test-files/translation_assistant
 export TA_OUT=test-output/cmd/slow/translation_assistant_ogr2osm
 mkdir -p $TA_OUT
 
+CONFIG="-C Testing.conf"
+
 rm -rf $TA_OUT/caligdb.gdb
 ogr2ogr -f FileGDB -mapFieldType Integer64=Integer $TA_OUT/caligdb.gdb $TA_IN/calizip/cali-test.shp
 ogr2ogr -f FileGDB -mapFieldType Integer64=Integer -append $TA_OUT/caligdb.gdb $TA_IN/calizip/cali-fake-points.shp
 
-hoot convert --warn -D duplicate.node.remover.distance.threshold=1.0 -D schema.translation.script=$TA_IN/$TA_FILE-translation.js $TA_OUT/$TA_FILE.gdb $TA_OUT/$TA_FILE.osm
-hoot diff --ignore-uuid $TA_OUT/$TA_FILE.osm $TA_IN/$TA_FILE.osm
+hoot convert --warn $CONFIG -D duplicate.node.remover.distance.threshold=1.0 -D schema.translation.script=$TA_IN/$TA_FILE-translation.js $TA_OUT/$TA_FILE.gdb $TA_OUT/$TA_FILE.osm
+hoot diff $CONFIG --ignore-uuid $TA_OUT/$TA_FILE.osm $TA_IN/$TA_FILE.osm
 
Clone this wiki locally