aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/test-bot.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb
index 745d66a33..9af16ebb6 100644
--- a/Library/Homebrew/dev-cmd/test-bot.rb
+++ b/Library/Homebrew/dev-cmd/test-bot.rb
@@ -96,7 +96,7 @@ module Homebrew
# Wraps command invocations. Instantiated by Test#test.
# Handles logging and pretty-printing.
class Step
- attr_reader :command, :name, :status, :output, :time
+ attr_reader :command, :name, :status, :output
# Instantiates a Step object.
# @param test [Test] The parent Test object
@@ -112,7 +112,6 @@ module Homebrew
@name = command[1].delete("-")
@status = :running
@repository = options[:repository] || HOMEBREW_REPOSITORY
- @time = 0
end
def log_file_path