Skip to content

Commit

Permalink
Modified Rakefile to use 'mspec ci' instead of 'ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt authored and dbussink committed Feb 21, 2008
1 parent e54b056 commit 6041f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -268,7 +268,7 @@ namespace :spec do

target = ENV['SPEC_TARGET'] || 'rbx'
system %(shotgun/rubinius -e 'puts "rbx build: \#{Rubinius::BUILDREV}"') if target == 'rbx'
sh "bin/ci -t #{target}"
sh "bin/mspec ci -t #{target}"
end

spec_targets = %w(compiler core language library parser rubinius)
Expand Down

0 comments on commit 6041f72

Please sign in to comment.