diff options
Diffstat (limited to 'worker')
-rwxr-xr-x | worker/tests/ftp.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/tests/ftp.rb b/worker/tests/ftp.rb index a25fe27..9879c90 100755 --- a/worker/tests/ftp.rb +++ b/worker/tests/ftp.rb @@ -106,6 +106,7 @@ if __FILE__ == $0 then "target_host" => "mirror.bytemark.co.uk", "test_type" => "ftp", "test_port" => 21, + "verbose" => 1, "test_alert" => "The FTP server no worky", } |