From de174ebae39e503a4f22cae0bda20b27596701d4 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 14 Nov 2012 08:27:59 +0000 Subject: Be more consistent about failures. --- lib/custodian/protocol-tests/ping.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocol-tests/ping.rb') diff --git a/lib/custodian/protocol-tests/ping.rb b/lib/custodian/protocol-tests/ping.rb index f99de3b..fd5a4ef 100755 --- a/lib/custodian/protocol-tests/ping.rb +++ b/lib/custodian/protocol-tests/ping.rb @@ -73,7 +73,7 @@ class PINGTest if ( system( "#{binary} #{host}" ) == true ) puts "PING OK" if ( @test_data['verbose'] ) - return true + return true else @error = "Ping failed. TODO: Mtr" return false -- cgit v1.2.1