Put a bit more messaging so we can see where the rspec double run is coming from.

This commit is contained in:
Sarah Mei 2011-09-03 16:54:56 -07:00
parent 984061cb80
commit 45ffd99c11

View file

@ -22,6 +22,7 @@ namespace :cruise do
task :travis do
["rspec spec", "rake cucumber", "jasmine:ci"].each do |cmd|
puts "Starting to run #{cmd}..."
system("export DISPLAY=:99.0 && bundle exec #{cmd}")
raise "#{cmd} failed!" unless $?.exitstatus == 0
end