Skip to content

Commit

Permalink
fix that a build are always reported as successful
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Jul 20, 2008
1 parent 4562231 commit b6f69e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/integrity/builder.rb
Expand Up @@ -38,8 +38,8 @@ def export_directory
def run_build_script
IO.popen "(#{build_script}) 2>&1", "r" do |pipe|
@build.output = pipe.read
@build.successful = successful_execution?
end
@build.successful = successful_execution?
end

def successful_execution?
Expand Down

0 comments on commit b6f69e7

Please sign in to comment.