Skip to content

v0.2.53..v0.2.54 changeset eTDSTranslationAssistantTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/slow/eTDSTranslationAssistantTest.sh b/test-files/cmd/slow/eTDSTranslationAssistantTest.sh
index a661850..7e9a872 100755
--- a/test-files/cmd/slow/eTDSTranslationAssistantTest.sh
+++ b/test-files/cmd/slow/eTDSTranslationAssistantTest.sh
@@ -10,7 +10,7 @@ mkdir -p $TA_OUT
 # HOOT_OPT="--debug -D ogr.debug.dumptags=true -D ogr.debug.lookupcolumn=true -D ogr.debug.lookupclash=true -D ogr.debug.dumpvalidate=true"
 
 # Minimal output
-HOOT_OPT="--debug"
+HOOT_OPT="--debug -C Testing.conf"
 
 schemas=( "tdsv61" "tdsv40" "mgcp" "tdsv70")
 
@@ -37,6 +37,6 @@ hoot convert $HOOT_OPT  -D duplicate.node.remover.distance.threshold=1.0 -D sche
 # Uncomment this line to update the input files when there is a schema change
 #cp $TA_OUT/$TA_FILE-tdsv61-fcode.osm $TA_IN/$TA_FILE-tdsv61.osm
 
-hoot diff --ignore-uuid $TA_OUT/$TA_FILE-tdsv61-fcode.osm $TA_IN/$TA_FILE-tdsv61.osm
+hoot diff $HOOT_OPT --ignore-uuid $TA_OUT/$TA_FILE-tdsv61-fcode.osm $TA_IN/$TA_FILE-tdsv61.osm
 
 
Clone this wiki locally