diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 11:50:50 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 11:50:50 +0000 |
commit | 5a2a191588b8bfee0c0c62ff0b3ccedff3314989 (patch) | |
tree | ae318d08cdca5e47d88ce09b217a998df10d9222 /worker/tests | |
parent | cdacd6838a9e6162377eeaff1fde91c7602b2f44 (diff) |
be verbose in our test.
Diffstat (limited to 'worker/tests')
-rwxr-xr-x | worker/tests/http.rb | 1 | ||||
-rwxr-xr-x | worker/tests/https.rb | 1 |
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" |