-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset StatsFileTest.sh
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/test-files/cmd/slow/StatsFileTest.sh b/test-files/cmd/slow/StatsFileTest.sh
index 501bd3e..4ad2448 100755
--- a/test-files/cmd/slow/StatsFileTest.sh
+++ b/test-files/cmd/slow/StatsFileTest.sh
@@ -10,15 +10,17 @@ INPUT2=test-files/conflate/unified/AllDataTypesB.osm
OUTPUT1=$OUTPUT_DIR/StatsAllDataTypesA.txt
OUTPUT2=$OUTPUT_DIR/StatsAllDataTypes.json
+CONFIG="-C Testing.conf"
+
rm -rf $OUTPUT_DIR
mkdir -p $OUTPUT_DIR
# Test the stats
echo "****Quick Stats****"
-hoot stats --brief --output=$OUTPUT1 $INPUT1
+hoot stats $CONFIG --brief --output=$OUTPUT1 $INPUT1
cat $OUTPUT1
echo "****JSON Stats****"
-hoot stats --output=$OUTPUT2 $INPUT1 $INPUT2
+hoot stats $CONFIG --output=$OUTPUT2 $INPUT1 $INPUT2
cat $OUTPUT2