From 769715bda562feab2b30aefeda9f83c72624e163 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 16 Aug 2013 08:46:21 +0000 Subject: * test/profile_test_all.rb: refactoring memory profiling tool for test-all. Add profiling targets /proc/meminfo and /proc/self/status. * test/runner.rb: accept other than 'true'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/runner.rb') diff --git a/test/runner.rb b/test/runner.rb index a3bb070e4f..94beb448cd 100644 --- a/test/runner.rb +++ b/test/runner.rb @@ -12,7 +12,7 @@ end ENV["GEM_SKIP"] = ENV["GEM_HOME"] = ENV["GEM_PATH"] = "".freeze -require_relative 'profile_test_all' if ENV['RUBY_TEST_ALL_PROFILE'] == 'true' +require_relative 'profile_test_all' if ENV.has_key?('RUBY_TEST_ALL_PROFILE') module Test::Unit module ZombieHunter -- cgit v1.2.3