restore detect command

This commit is contained in:
Christoph Hartmann 2015-10-17 19:33:35 +02:00
parent 455ecd97e4
commit 9e9cb98438

View file

@ -90,6 +90,7 @@ class VulcanoCLI < Thor
target_options
def detect
runner = Vulcano::Runner.new(options)
rel = File.join(File.dirname(__FILE__), *%w{.. lib utils detect.rb})
detect_util = File.expand_path(rel)
runner.add_tests([detect_util])
runner.run