aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2017-01-14 18:31:29 +0100
committerPetter Reinholdtsen <pere@hungry.com>2017-01-14 18:31:29 +0100
commit262e119be71406ef5916ccdb05b47a675e1f48d0 (patch)
treefd9aff58a4e40c690db999c0b7f10d5fc758b7b8
parentff476902f0209401d3cd530a8526d2c5a85c6141 (diff)
Improve messages.
-rwxr-xr-xruncheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/runcheck b/runcheck
index d8095dd..b3a6828 100755
--- a/runcheck
+++ b/runcheck
@@ -20,7 +20,7 @@ cat $file | while read url ; do
harfile="har-data/$filename.har"
kmlfile="kml-data/$filename.kml"
if [ ! -e "$harfile" ] ; then
- echo "testing $url"
+ echo "info: testing $url"
if phantomjs --ssl-protocol any $basedir/netsniff.js "$url" > "$harfile.new" &&
[ -s "$harfile.new" ] &&
[ "$(jq -r '.log | .entries | map(.request) | map(.url) | join("\n")' $harfile.new)" ]; then