summaryrefslogtreecommitdiff
path: root/worker/tests/ftp.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 14:33:12 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 14:33:12 +0000
commite51fd8e44f54c284bd2c6355bbc3443f4c20a952 (patch)
tree5e5e884bd368e5ddc2a081de5ce002be2ed05225 /worker/tests/ftp.rb
parentd87a26c96e51a28416f5a6af1b0999c5fda5fe5e (diff)
Fixed to be less verbose, if we're running quietly
Diffstat (limited to 'worker/tests/ftp.rb')
-rwxr-xr-xworker/tests/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/tests/ftp.rb b/worker/tests/ftp.rb
index 30b89d5..f5eccbb 100755
--- a/worker/tests/ftp.rb
+++ b/worker/tests/ftp.rb
@@ -48,7 +48,7 @@ class FTPTest
host = @test_data["target_host"]
port = @test_data["test_port"]
- puts "FTP testing host #{host}:#{port}"
+ puts "FTP testing host #{host}:#{port}" if ( @test_data['verbose'] )
begin
timeout(3) do