Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix scheme builder so that it doesnt double up on scheme/configuratio…
…n arguments
  • Loading branch information
rayh committed Jul 16, 2013
1 parent a6dc885 commit 415ee5d
Show file tree
Hide file tree
Showing 2 changed files with 1,633 additions and 1,021 deletions.
12 changes: 6 additions & 6 deletions lib/xcode/builder/scheme_builder.rb
Expand Up @@ -29,12 +29,12 @@ def prepare_xcodebuild sdk=nil
cmd
end

def prepare_test_command sdk=@sdk
cmd = super sdk
cmd << "-scheme \"#{@scheme.name}\""
cmd << "-configuration \"#{@scheme.test_config}\""
cmd
end
# def prepare_test_command sdk=@sdk
# cmd = super sdk
# cmd << "-scheme \"#{@scheme.name}\""
# cmd << "-configuration \"#{@scheme.test_config}\""
# cmd
# end

def test
unless @scheme.testable?
Expand Down

0 comments on commit 415ee5d

Please sign in to comment.