Skip to content

Commit 58a22a4

Browse files
committedFeb 5, 2015
Exit after CRuby tests is no more required
1 parent 0cd4188 commit 58a22a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

Diff for: ‎tasks/testing.rake

+1-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ task :cruby_tests do
8383
requires = files.map{|f| "require '#{f}'"}
8484
filename = 'tmp/cruby_tests.rb'
8585
mkdir_p File.dirname(filename)
86-
File.write filename, <<-RUBY
87-
#{requires.join(" \n")}
88-
exit
89-
RUBY
86+
File.write filename, requires.join("\n")
9087

9188
stubs = "-soptparse -sio/console -stimeout -smutex_m -srubygems -stempfile -smonitor"
9289

0 commit comments

Comments
 (0)
Please sign in to comment.