From d25ed18c3defab09e71318baca5037541728c877 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Jun 2017 02:39:06 +0000 Subject: make-snapshot: colorize [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'tool/make-snapshot') diff --git a/tool/make-snapshot b/tool/make-snapshot index affc412fb7..d628004dea 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -7,6 +7,7 @@ require 'fileutils' require 'shellwords' require 'tmpdir' require File.expand_path("../vcs", __FILE__) +require File.expand_path("../colorize", __FILE__) STDOUT.sync = true $srcdir ||= nil @@ -18,6 +19,7 @@ $packages ||= nil $digests ||= nil $tooldir = File.expand_path("..", __FILE__) $unicode_version = nil if ($unicode_version ||= nil) == "" +$colorize = Colorize.new def usage <