From 45ffd99c114b07e022cd42280ca7cbd3c29158fe Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 16:54:56 -0700 Subject: [PATCH] Put a bit more messaging so we can see where the rspec double run is coming from. --- lib/tasks/cruise.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/cruise.rake b/lib/tasks/cruise.rake index b7e0232dc..42fb1ec34 100644 --- a/lib/tasks/cruise.rake +++ b/lib/tasks/cruise.rake @@ -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