Skip to content

v0.2.53..v0.2.54 changeset TagInfoCmdTest.sh

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/test-files/cmd/slow/TagInfoCmdTest.sh b/test-files/cmd/slow/TagInfoCmdTest.sh
index bcc2cf8..aa91e52 100755
--- a/test-files/cmd/slow/TagInfoCmdTest.sh
+++ b/test-files/cmd/slow/TagInfoCmdTest.sh
@@ -1,24 +1,26 @@
 #!/bin/bash
 set -e
 
-hoot tag-info --warn $HOOT_HOME/test-files/jakarta_raya_coastline.shp
+CONFIG="--warn -C Testing.conf"
 
-hoot tag-info --warn $HOOT_HOME/test-files/jakarta_raya_coastline.shp --tag-values-limit 1
+hoot tag-info $CONFIG $HOOT_HOME/test-files/jakarta_raya_coastline.shp
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --tag-values-limit 5
+hoot tag-info $CONFIG $HOOT_HOME/test-files/jakarta_raya_coastline.shp --tag-values-limit 1
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys-only
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --tag-values-limit 5
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "foot;highway"
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys-only
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "foot;HIGHWAY"
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "foot;highway"
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "foot;HIGHWAY" --case-insensitive
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "foot;HIGHWAY"
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "blah"
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "foot;HIGHWAY" --case-insensitive
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "high" --partial-key-match
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "blah"
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "HIGH" --partial-key-match
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "high" --partial-key-match
 
-hoot tag-info --warn $HOOT_HOME/test-files/DcTigerRoads.osm --keys "HIGH" --partial-key-match --case-insensitive
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "HIGH" --partial-key-match
+
+hoot tag-info $CONFIG $HOOT_HOME/test-files/DcTigerRoads.osm --keys "HIGH" --partial-key-match --case-insensitive
Clone this wiki locally