1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bootstraptest/runner.rb (in_temporary_working_directory):

don't remove the directory specified by --dir.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-08-22 04:21:37 +00:00
parent d4486478d4
commit 00e6d5da69
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Aug 22 13:02:26 2007 Tanaka Akira <akr@fsij.org>
* 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@ruby-lang.org>
* util.c (ruby_strtod): replaced by the implementation by David

View file

@ -205,7 +205,6 @@ end
def in_temporary_working_directory(dir)
if dir
FileUtils.rm_rf dir
Dir.mkdir dir
Dir.chdir(dir) {
yield