diff --git a/src/scripts/Rakefile b/src/scripts/Rakefile index bb56414d..18c33b52 100755 --- a/src/scripts/Rakefile +++ b/src/scripts/Rakefile @@ -123,6 +123,7 @@ task :'rc:stop_all' do http.post('/selenium-server/driver/', "cmd=shutDown") rescue Exception => e STDERR.puts "Could not properly shutdown remote control #{port} : #{e}" + end end end