Skip to content

Commit

Permalink
Have mspec always wipe out rubyspec_temp before begging so it does no…
Browse files Browse the repository at this point in the history
…t pick up old files. Untagged passing specs
  • Loading branch information
enebo committed Dec 4, 2014
1 parent 82cfe56 commit 92c0796
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions rakelib/commands.rake
Expand Up @@ -82,6 +82,7 @@ def mspec(mspec_options = {}, java_options = {}, &code)
java_options[:resultproperty] ||="spec.status.#{mspec_options[:compile_mode]}"

puts "MSPEC: #{ms.inspect}"
rm_rf "rubyspec_temp"

jruby(java_options) do
classpath :refid => "test.class.path"
Expand Down
4 changes: 0 additions & 4 deletions spec/tags/1.8/ruby/core/file/readlink_tags.txt
@@ -1,6 +1,2 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist
4 changes: 0 additions & 4 deletions spec/tags/1.9/ruby/core/file/readlink_tags.txt
@@ -1,6 +1,2 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist

0 comments on commit 92c0796

Please sign in to comment.