Manually setting an env var to mark autotest enabled so we see color

Signed-off-by: Luke Kanies <luke@madstop.com>
This commit is contained in:
Luke Kanies 2008-11-24 11:16:12 -06:00 коммит произвёл James Turnbull
Родитель bbad983157
Коммит a3140b2285
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,7 @@ end
# a place for overrides when necessary.
class Autotest::PuppetRspec < Autotest::Rspec
def spec_commands
ENV["AUTOTEST"] = "true"
ENV["PATH"].split(":").collect { |dir| File.join(dir, "spec") }
end
end