Skip to content

Commit

Permalink
Remove local rubyspec temp dir before run. Added it to gitignore.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@3247 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
alloy committed Jan 11, 2010
1 parent a50d22c commit eccea73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ ext/openssl/extconf.h
.DS_Store
framework/Info.plist
doc/
rubyspec_temp
1 change: 1 addition & 0 deletions rakelib/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace :spec do
DEFAULT_OPTIONS = "-B #{MACRUBY_MSPEC}"

def mspec(type, options)
rm_rf 'rubyspec_temp'
sh "./mspec/bin/mspec #{type} #{DEFAULT_OPTIONS} #{ENV['opts']} #{options}"
end

Expand Down

0 comments on commit eccea73

Please sign in to comment.