Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
YOCKOW committed Sep 4, 2017
2 parents 8c0ee65 + d000700 commit 087551f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,14 @@ def exit_if_i_am_file

# Test
if !Options[:skip_test]
puts("[Start Testing...]")
if !Options[:debug]
$stderr.puts("** WARNING ** No tests will be executed when `release` mode is specified.\n")
else
puts("[Start Testing...]")
try_exec(["swift test --build-path #{Options[:build_directory].escaped()}",
"--configuration #{configuration}"].join(" "), 2)
end
puts()
end

# Install
Expand Down

0 comments on commit 087551f

Please sign in to comment.