[前][次][番号順一覧][スレッド一覧]

ruby-changes:1736

From: ko1@a...
Date: 22 Aug 2007 13:21:49 +0900
Subject: [ruby-changes:1736] akr - Ruby:r13227 (trunk): * bootstraptest/runner.rb (in_temporary_working_directory):

akr	2007-08-22 13:21:37 +0900 (Wed, 22 Aug 2007)

  New Revision: 13227

  Modified files:
    trunk/ChangeLog
    trunk/bootstraptest/runner.rb

  Log:
    * bootstraptest/runner.rb (in_temporary_working_directory):
      don't remove the directory specified by --dir.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13227&r2=13226
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/runner.rb?r1=13227&r2=13226

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 13226)
+++ ChangeLog	(revision 13227)
@@ -1,3 +1,8 @@
+Wed Aug 22 13:02:26 2007  Tanaka Akira  <akr@f...>
+
+	* bootstraptest/runner.rb (in_temporary_working_directory):
+	  don't remove the directory specified by --dir.
+
 Wed Aug 22 05:51:23 2007  Yukihiro Matsumoto  <matz@r...>
 
 	* util.c (ruby_strtod): replaced by the implementation by David
Index: bootstraptest/runner.rb
===================================================================
--- bootstraptest/runner.rb	(revision 13226)
+++ bootstraptest/runner.rb	(revision 13227)
@@ -205,7 +205,6 @@
 
 def in_temporary_working_directory(dir)
   if dir
-    FileUtils.rm_rf dir
     Dir.mkdir dir
     Dir.chdir(dir) {
       yield

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]