summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 11:50:50 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 11:50:50 +0000
commit5a2a191588b8bfee0c0c62ff0b3ccedff3314989 (patch)
treeae318d08cdca5e47d88ce09b217a998df10d9222
parentcdacd6838a9e6162377eeaff1fde91c7602b2f44 (diff)
be verbose in our test.
-rwxr-xr-xworker/tests/http.rb1
-rwxr-xr-xworker/tests/https.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/worker/tests/http.rb b/worker/tests/http.rb
index eaa351f..bfd1820 100755
--- a/worker/tests/http.rb
+++ b/worker/tests/http.rb
@@ -156,6 +156,7 @@ if __FILE__ == $0 then
test = {
"target_host" => "http://www.steve.org.uk/",
"test_type" => "http",
+ "verbose" => 1,
"test_port" => 80,
"test_alert" => "Steve's website is unavailable",
"http_text" => "Steve Kemp",
diff --git a/worker/tests/https.rb b/worker/tests/https.rb
index 8aff360..f487b1d 100755
--- a/worker/tests/https.rb
+++ b/worker/tests/https.rb
@@ -157,6 +157,7 @@ if __FILE__ == $0 then
"target_host" => "http://www.steve.org.uk/",
"test_type" => "http",
"test_port" => 80,
+ "verbose" => 1,
"test_alert" => "Steve's website is unavailable",
"http_text" => "Steve Kemp",
"http_status" => "200"