Skip to content

Commit

Permalink
Use 'sh' rather than 'system' so that $? is propagated
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Oct 30, 2009
1 parent c5dff7b commit 17da856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -17,7 +17,7 @@ RUBINIUS_BASE = File.expand_path(File.dirname(__FILE__))
$: << "lib"

task :default => %w[build vm:test] do
system "bin/mspec ci -B full --background"
sh "bin/mspec ci -B full --background"
end

desc "Compile the given ruby file into a .rbc file"
Expand Down

0 comments on commit 17da856

Please sign in to comment.