Skip to content

v0.2.53..v0.2.54 changeset StreamingPbfWriterTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/quick/StreamingPbfWriterTest.sh b/test-files/cmd/quick/StreamingPbfWriterTest.sh
index 50048e4..d38376b 100755
--- a/test-files/cmd/quick/StreamingPbfWriterTest.sh
+++ b/test-files/cmd/quick/StreamingPbfWriterTest.sh
@@ -5,9 +5,11 @@ OUTPUT_DIR=test-output/cmd/quick/StreamingPbfWriterTest
 rm -rf $OUTPUT_DIR
 mkdir -p $OUTPUT_DIR
 INPUT_FILE=test-files/cmd/quick/ConvertGeoNames.geonames
+
+CONFIG="-C Testing.conf"
  
 #had trouble directly comparing geonames to pbf, so converting both to osm for comparison
-hoot convert $INPUT_FILE $OUTPUT_DIR/out.osm.pbf #leave this one at info, so you get the "streaming" message
-hoot convert --warn $OUTPUT_DIR/out.osm.pbf $OUTPUT_DIR/out-1.osm
-hoot convert --warn $INPUT_FILE $OUTPUT_DIR/out-2.osm
-hoot diff --warn $OUTPUT_DIR/out-1.osm $OUTPUT_DIR/out-2.osm
+hoot convert $CONFIG $INPUT_FILE $OUTPUT_DIR/out.osm.pbf #leave this one at info, so you get the "streaming" message
+hoot convert --warn $CONFIG $OUTPUT_DIR/out.osm.pbf $OUTPUT_DIR/out-1.osm
+hoot convert --warn $CONFIG $INPUT_FILE $OUTPUT_DIR/out-2.osm
+hoot diff --warn $CONFIG $OUTPUT_DIR/out-1.osm $OUTPUT_DIR/out-2.osm
Clone this wiki locally