lib/grntest/executors/standard-io-executor.rb in grntest-1.0.9 vs lib/grntest/executors/standard-io-executor.rb in grntest-1.1.0
- old
+ new
@@ -60,12 +60,13 @@
end
MAY_SLOW_COMMANDS = [
"column_create",
"register",
+ "load",
]
def may_slow_command?
- MAY_SLOW_COMMANDS.include?(@current_command)
+ MAY_SLOW_COMMANDS.include?(@current_command.name)
end
end
end
end