Skip to content

v0.2.53..v0.2.54 changeset ConvertCmdStreamingConvertOpErrorTest2.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/quick/ConvertCmdStreamingConvertOpErrorTest2.sh b/test-files/cmd/quick/ConvertCmdStreamingConvertOpErrorTest2.sh
index 88a3408..385a993 100755
--- a/test-files/cmd/quick/ConvertCmdStreamingConvertOpErrorTest2.sh
+++ b/test-files/cmd/quick/ConvertCmdStreamingConvertOpErrorTest2.sh
@@ -4,5 +4,7 @@ set -e
 rm -rf test-output/cmd/quick/ConvertCmdTest
 mkdir -p test-output/cmd/quick/ConvertCmdTest
 
+CONFIG="-C Testing.conf"
+
 # pass in more than one convert op to a streaming convert; should get an error
-hoot convert -D writer.xml.sort.by.id="false" -D convert.ops="hoot::PoiCriterion;hoot::BuildingCriterion" test-files/ToyTestA.osm.pbf test-output/cmd/quick/ConvertCmdTest/ToyTestA.osm
+hoot convert $CONFIG -D writer.xml.sort.by.id="false" -D convert.ops="hoot::PoiCriterion;hoot::BuildingCriterion" test-files/ToyTestA.osm.pbf test-output/cmd/quick/ConvertCmdTest/ToyTestA.osm
Clone this wiki locally