From f47254d2162a95174ab7d1659bf6ec5a933bd0ca Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 2 Jul 2019 09:19:38 +0900 Subject: colors file has been moved from test to tool --- bootstraptest/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 3a3c8c0938..4e9196ef3d 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -140,7 +140,7 @@ End # dircolors-like style colors = (colors = ENV['TEST_COLORS']) ? Hash[colors.scan(/(\w+)=([^:\n]*)/)] : {} begin - File.read(File.join(__dir__, "../test/colors")).scan(/(\w+)=([^:\n]*)/) do |n, c| + File.read(File.join(__dir__, "../tool/colors")).scan(/(\w+)=([^:\n]*)/) do |n, c| colors[n] ||= c end rescue -- cgit v1.2.3