Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
todo for tomorrow, not today
Browse files Browse the repository at this point in the history
  • Loading branch information
thewoolleyman committed Jan 21, 2011
1 parent dd7c66a commit 75d838d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/saucelabs_adapter.rake
Expand Up @@ -13,6 +13,8 @@ namespace :selenium do

desc "Run both test/unit and rspec tests, at saucelabs.com"
task :ci => [:'spec:sauce', :'suite'] do
# TODO: Fix this, it ain't working. Also update template rake file
# saucelabs-adapter with any changes from here.
if (File.exist?("sauce_connect.log") && ENV['CC_BUILD_ARTIFACTS'])
FileUtils.cp("sauce_connect.log", ENV['CC_BUILD_ARTIFACTS'])
end
Expand Down

0 comments on commit 75d838d

Please sign in to comment.